Html Css Color HEX #011374 Navy

📋 copy color: '#011374'

red 1 ◦ green 19 ◦ blue 116

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

Shades of Navy #011374

Tints of Navy #011374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 85.29%

R = 0.74%
G = 13.97%
B = 85.29%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011374 (or 0x011374) is known color: Navy. HEX triplet: 01, 13 and 74. RGB value is (1,19,116). Sum of RGB (Red+Green+Blue) = 1+19+116=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #011374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011374 is #FEEC8B. Grayscale: #181818. Windows color (decimal): -16706700 or 7607041. OLE color: 7607041.

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

Color convert

RGB 1 19 116 -
CMYK 0.99 0.84 0 0.55
HSL 230.61º 0.98% 0.23% -
HSV(B) 230.61º 0.99% 0.45% -
XYZ 3.4 1.73 16.68 -
YUV 24.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 1 19 116 0.99 0.84 0 0.55 230.61 0.98 0.23
Hex 1 13 74 63 54 0 37 E7 62 17
Octal 1 23 164 143 124 0 67 347 142 27
Binary 1 10011 1110100 1100011 1010100 0 110111 11100111 1100010 10111

Color Harmonies of #011374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011374

Black with #011374

Text Example


Text Example

White with #011374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011374; }

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

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

background-color css

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

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

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

border-color css

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

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

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