Color Hex Logo

#000f7d Color Hex

#000F7D
(0,15,125)
0 Favorites   0 Comments

Color spaces of #000f7d

RGB 015125
HSL0.651.000.25
HSV233°100°49°
CMYK 1.000.880.00   0.51
XYZ3.87251.822319.5497
Yxy1.82230.15340.0722
Hunter Lab13.499327.5822-76.4146
CIE-Lab14.525640.4739-60.1993

#000f7d color RGB value is (0,15,125).

#000f7d hex color red value is 0, green value is 15 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #000f7d hue: 0.65 , saturation: 1.00 and the lightness value of 000f7d is 0.25.

The process color (four color CMYK) of #000f7d color hex is 1.00, 0.88, 0.00, 0.51. Web safe color of #000f7d is #000066. Color #000f7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 01111101
Octal 0 17 175
Decimal 0 15 125
Hex 0 F 7D

RGB Percentages of Color #000f7d

%0.00
%10.71
%89.29

CMYK Percentages of Color #000f7d

%100
%88
%0
%51

Triadic Colors of #000f7d

#000f7d #7d000f #0f7d00

Analogous Colors of #000f7d

#000f7d #2f007d #004e7d

Monochromatic Colors of #000f7d

#000f7d

Complementary Color

#000f7d #7d6e00

#000f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#000f7d Color CSS Codes

.mybgcolor {background-color:#000f7d; } 
.myforecolor {color:#000f7d; }
.mybordercolor {border:3px solid #000f7d; }

#000f7d Text Font Color

<p style="color:#000f7d">Text here</p>

This sample text font color is #000f7d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000f7d Background Color

<div style="background-color:#000f7d">
Div content here</div>

This div background color is #000f7d


#000f7d Border Color

<div style="border:3px solid #000f7d">
Div here</div>

This div border color is #000f7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,15,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000f7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000f7d;
  -webkit-box-shadow: 1px 1px 3px 2px #000f7d;
  box-shadow:         1px 1px 3px 2px #000f7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,15,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000f7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #000f7d;
  -webkit-box-shadow: 1px 1px 3px 2px #000f7d;
  box-shadow:         1px 1px 3px 2px #000f7d;">
Div content here</div>

This div box has shadow with color #000f7d


Comments

No comments written yet.

Please login to write comment.