Html Css Color HEX #001476 Navy

📋 copy color: '#001476'

red 0 ◦ green 20 ◦ blue 118

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

Shades of Navy #001476

Tints of Navy #001476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 0%
G = 14.49%
B = 85.51%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001476 (or 0x001476) is known color: Navy. HEX triplet: 00, 14 and 76. RGB value is (0,20,118). Sum of RGB (Red+Green+Blue) = 0+20+118=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #001476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001476 is #FFEB89. Grayscale: #181818. Windows color (decimal): -16771978 or 7738368. OLE color: 7738368.

HSL color Cylindrical-coordinate representation of color #001476: hue angle of 229.83º 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 #001476 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 20 118 -
CMYK 1 0.83 0 0.54
HSL 229.83º 1% 0.23% -
HSV(B) 229.83º 1% 0.46% -
XYZ 3.52 1.81 17.3 -
YUV 25.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 0 20 118 1 0.83 0 0.54 229.83 1 0.23
Hex 0 14 76 64 53 0 36 E6 64 17
Octal 0 24 166 144 123 0 66 346 144 27
Binary 0 10100 1110110 1100100 1010011 0 110110 11100110 1100100 10111

Color Harmonies of #001476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001476

Black with #001476

Text Example


Text Example

White with #001476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001476; }

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

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

background-color css

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

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

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

border-color css

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

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

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