Html Css Color HEX #011078 Navy

📋 copy color: '#011078'

red 1 ◦ green 16 ◦ blue 120

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

Shades of Navy #011078

Tints of Navy #011078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 87.59%

R = 0.73%
G = 11.68%
B = 87.59%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011078 (or 0x011078) is known color: Navy. HEX triplet: 01, 10 and 78. RGB value is (1,16,120). Sum of RGB (Red+Green+Blue) = 1+16+120=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #011078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011078 is #FEEF87. Grayscale: #161616. Windows color (decimal): -16707464 or 7868417. OLE color: 7868417.

HSL color Cylindrical-coordinate representation of color #011078: hue angle of 232.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011078 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 16 120 -
CMYK 0.99 0.87 0 0.53
HSL 232.44º 0.98% 0.24% -
HSV(B) 232.44º 0.99% 0.47% -
XYZ 3.59 1.73 17.91 -
YUV 23.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 1 16 120 0.99 0.87 0 0.53 232.44 0.98 0.24
Hex 1 10 78 63 57 0 35 E8 62 18
Octal 1 20 170 143 127 0 65 350 142 30
Binary 1 10000 1111000 1100011 1010111 0 110101 11101000 1100010 11000

Color Harmonies of #011078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011078

Black with #011078

Text Example


Text Example

White with #011078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011078; }

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

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

background-color css

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

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

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

border-color css

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

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

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