Html Css Color HEX #011376 Navy

📋 copy color: '#011376'

red 1 ◦ green 19 ◦ blue 118

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

Shades of Navy #011376

Tints of Navy #011376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 0.72%
G = 13.77%
B = 85.51%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011376 (or 0x011376) is known color: Navy. HEX triplet: 01, 13 and 76. RGB value is (1,19,118). Sum of RGB (Red+Green+Blue) = 1+19+118=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 19 (7.81% from 255 or 13.77% 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 #011376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011376 is #FEEC89. Grayscale: #181818. Windows color (decimal): -16706698 or 7738113. OLE color: 7738113.

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

Color convert

RGB 1 19 118 -
CMYK 0.99 0.84 0 0.54
HSL 230.77º 0.98% 0.23% -
HSV(B) 230.77º 0.99% 0.46% -
XYZ 3.52 1.78 17.3 -
YUV 24.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 1 19 118 0.99 0.84 0 0.54 230.77 0.98 0.23
Hex 1 13 76 63 54 0 36 E7 62 17
Octal 1 23 166 143 124 0 66 347 142 27
Binary 1 10011 1110110 1100011 1010100 0 110110 11100111 1100010 10111

Color Harmonies of #011376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011376

Black with #011376

Text Example


Text Example

White with #011376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011376; }

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

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

background-color css

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

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

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

border-color css

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

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

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