Html Css Color HEX #011074 Navy

📋 copy color: '#011074'

red 1 ◦ green 16 ◦ blue 116

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

Shades of Navy #011074

Tints of Navy #011074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 0.75%
G = 12.03%
B = 87.22%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011074 (or 0x011074) is known color: Navy. HEX triplet: 01, 10 and 74. RGB value is (1,16,116). Sum of RGB (Red+Green+Blue) = 1+16+116=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #011074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011074 is #FEEF8B. Grayscale: #161616. Windows color (decimal): -16707468 or 7606273. OLE color: 7606273.

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

Color convert

RGB 1 16 116 -
CMYK 0.99 0.86 0 0.55
HSL 232.17º 0.98% 0.23% -
HSV(B) 232.17º 0.99% 0.45% -
XYZ 3.35 1.64 16.66 -
YUV 22.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 1 16 116 0.99 0.86 0 0.55 232.17 0.98 0.23
Hex 1 10 74 63 56 0 37 E8 62 17
Octal 1 20 164 143 126 0 67 350 142 27
Binary 1 10000 1110100 1100011 1010110 0 110111 11101000 1100010 10111

Color Harmonies of #011074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011074

Black with #011074

Text Example


Text Example

White with #011074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011074; }

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

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

background-color css

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

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

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

border-color css

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

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

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