Html Css Color HEX #000D77 Navy

📋 copy color: '#000D77'

red 0 ◦ green 13 ◦ blue 119

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

Shades of Navy #000D77

Tints of Navy #000D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 90.15%

R = 0%
G = 9.85%
B = 90.15%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#000D77 (or 0x000D77) is known color: Navy. HEX triplet: 00, 0D and 77. RGB value is (0,13,119). Sum of RGB (Red+Green+Blue) = 0+13+119=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #000D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D77 is #FFF288. Grayscale: #141414. Windows color (decimal): -16773769 or 7802112. OLE color: 7802112.

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

Color convert

RGB 0 13 119 -
CMYK 1 0.89 0 0.53
HSL 233.45º 1% 0.23% -
HSV(B) 233.45º 1% 0.47% -
XYZ 3.47 1.62 17.58 -
YUV 21.2 183.19 112.88 -
System Red Green Blue C M Y K H S L
Decimal 0 13 119 1 0.89 0 0.53 233.45 1 0.23
Hex 0 D 77 64 59 0 35 E9 64 17
Octal 0 15 167 144 131 0 65 351 144 27
Binary 0 1101 1110111 1100100 1011001 0 110101 11101001 1100100 10111

Color Harmonies of #000D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D77

Black with #000D77

Text Example


Text Example

White with #000D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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