Html Css Color HEX #011070 Navy

📋 copy color: '#011070'

red 1 ◦ green 16 ◦ blue 112

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

Shades of Navy #011070

Tints of Navy #011070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 86.82%

R = 0.78%
G = 12.4%
B = 86.82%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011070 (or 0x011070) is known color: Navy. HEX triplet: 01, 10 and 70. RGB value is (1,16,112). Sum of RGB (Red+Green+Blue) = 1+16+112=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #011070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011070 is #FEEF8F. Grayscale: #161616. Windows color (decimal): -16707472 or 7344129. OLE color: 7344129.

HSL color Cylindrical-coordinate representation of color #011070: hue angle of 231.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011070 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 16 112 -
CMYK 0.99 0.86 0 0.56
HSL 231.89º 0.98% 0.22% -
HSV(B) 231.89º 0.99% 0.44% -
XYZ 3.12 1.55 15.46 -
YUV 22.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 1 16 112 0.99 0.86 0 0.56 231.89 0.98 0.22
Hex 1 10 70 63 56 0 38 E8 62 16
Octal 1 20 160 143 126 0 70 350 142 26
Binary 1 10000 1110000 1100011 1010110 0 111000 11101000 1100010 10110

Color Harmonies of #011070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011070

Black with #011070

Text Example


Text Example

White with #011070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011070; }

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

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

background-color css

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

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

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

border-color css

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

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

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