Html Css Color HEX #000D76 Navy

📋 copy color: '#000D76'

red 0 ◦ green 13 ◦ blue 118

#000D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000D76

Tints of Navy #000D76

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 13 (5.47% from 255) = 9.92%

 BLUE value IS 118 (46.48% from 255) = 90.08%

R = 0%
G = 9.92%
B = 90.08%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#000D76 (or 0x000D76) is known color: Navy. HEX triplet: 00, 0D and 76. RGB value is (0,13,118). Sum of RGB (Red+Green+Blue) = 0+13+118=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #000D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D76 is #FFF289. Grayscale: #141414. Windows color (decimal): -16773770 or 7736576. OLE color: 7736576.

HSL color Cylindrical-coordinate representation of color #000D76: hue angle of 233.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D76 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 13 118 -
CMYK 1 0.89 0 0.54
HSL 233.39º 1% 0.23% -
HSV(B) 233.39º 1% 0.46% -
XYZ 3.41 1.6 17.27 -
YUV 21.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 0 13 118 1 0.89 0 0.54 233.39 1 0.23
Hex 0 D 76 64 59 0 36 E9 64 17
Octal 0 15 166 144 131 0 66 351 144 27
Binary 0 1101 1110110 1100100 1011001 0 110110 11101001 1100100 10111

Color Harmonies of #000D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D76

Black with #000D76

Text Example


Text Example

White with #000D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D76; }

 p { color: rgb(0,13,118); }

 H1.HeaderClassName
 {
   color: #000D76;
 }
 .AnyTagClassName
 {
   color: #000D76;
 }
</style>

background-color css

<style>
 a { background-color: #000D76; }

 a { background-color: rgb(0,13,118); }

 div.DivClassName
 {
   background-color: #000D76;
 }
 .BgClassName
 {
   background-color: #000D76;
 }
</style>

border-color css

<style>
 span { border-color: #000D76; }

 span { border-color: rgb(0,13,118); }

 td.TdClassName
 {
   border-color: #000D76;
 }
 .TagClassName
 {
   border-color: #000D76;
 }
</style>