Html Css Color HEX #011476 Navy

📋 copy color: '#011476'

red 1 ◦ green 20 ◦ blue 118

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

Shades of Navy #011476

Tints of Navy #011476

RGB

 RED value IS 1 (0.78% from 255) = 0.72%

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

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

R = 0.72%
G = 14.39%
B = 84.89%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011476 (or 0x011476) is known color: Navy. HEX triplet: 01, 14 and 76. RGB value is (1,20,118). Sum of RGB (Red+Green+Blue) = 1+20+118=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #011476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011476 is #FEEB89. Grayscale: #191919. Windows color (decimal): -16706442 or 7738369. OLE color: 7738369.

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

Color convert

RGB 1 20 118 -
CMYK 0.99 0.83 0 0.54
HSL 230.26º 0.98% 0.23% -
HSV(B) 230.26º 0.99% 0.46% -
XYZ 3.53 1.81 17.3 -
YUV 25.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 1 20 118 0.99 0.83 0 0.54 230.26 0.98 0.23
Hex 1 14 76 63 53 0 36 E6 62 17
Octal 1 24 166 143 123 0 66 346 142 27
Binary 1 10100 1110110 1100011 1010011 0 110110 11100110 1100010 10111

Color Harmonies of #011476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011476

Black with #011476

Text Example


Text Example

White with #011476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011476; }

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

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

background-color css

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

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

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

border-color css

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

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

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