Html Css Color HEX #010970 Navy

📋 copy color: '#010970'

red 1 ◦ green 9 ◦ blue 112

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

Shades of Navy #010970

Tints of Navy #010970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.38%

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

R = 0.82%
G = 7.38%
B = 91.8%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010970 (or 0x010970) is known color: Navy. HEX triplet: 01, 09 and 70. RGB value is (1,9,112). Sum of RGB (Red+Green+Blue) = 1+9+112=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #010970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010970 is #FEF68F. Grayscale: #111111. Windows color (decimal): -16709264 or 7342337. OLE color: 7342337.

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

Color convert

RGB 1 9 112 -
CMYK 0.99 0.92 0 0.56
HSL 235.68º 0.98% 0.22% -
HSV(B) 235.68º 0.99% 0.44% -
XYZ 3.03 1.37 15.43 -
YUV 18.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 1 9 112 0.99 0.92 0 0.56 235.68 0.98 0.22
Hex 1 9 70 63 5C 0 38 EC 62 16
Octal 1 11 160 143 134 0 70 354 142 26
Binary 1 1001 1110000 1100011 1011100 0 111000 11101100 1100010 10110

Color Harmonies of #010970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010970

Black with #010970

Text Example


Text Example

White with #010970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010970; }

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

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

background-color css

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

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

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

border-color css

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

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

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