Html Css Color HEX #010870 Navy

📋 copy color: '#010870'

red 1 ◦ green 8 ◦ blue 112

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

Shades of Navy #010870

Tints of Navy #010870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 0.83%
G = 6.61%
B = 92.56%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010870 (or 0x010870) is known color: Navy. HEX triplet: 01, 08 and 70. RGB value is (1,8,112). Sum of RGB (Red+Green+Blue) = 1+8+112=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #010870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010870 is #FEF78F. Grayscale: #111111. Windows color (decimal): -16709520 or 7342081. OLE color: 7342081.

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

Color convert

RGB 1 8 112 -
CMYK 0.99 0.93 0 0.56
HSL 236.22º 0.98% 0.22% -
HSV(B) 236.22º 0.99% 0.44% -
XYZ 3.02 1.35 15.43 -
YUV 17.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 1 8 112 0.99 0.93 0 0.56 236.22 0.98 0.22
Hex 1 8 70 63 5D 0 38 EC 62 16
Octal 1 10 160 143 135 0 70 354 142 26
Binary 1 1000 1110000 1100011 1011101 0 111000 11101100 1100010 10110

Color Harmonies of #010870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010870

Black with #010870

Text Example


Text Example

White with #010870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010870; }

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

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

background-color css

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

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

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

border-color css

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

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

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