Html Css Color HEX #010A70 Navy

📋 copy color: '#010A70'

red 1 ◦ green 10 ◦ blue 112

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

Shades of Navy #010A70

Tints of Navy #010A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 0.81%
G = 8.13%
B = 91.06%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010A70 (or 0x010A70) is known color: Navy. HEX triplet: 01, 0A and 70. RGB value is (1,10,112). Sum of RGB (Red+Green+Blue) = 1+10+112=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #010A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A70 is #FEF58F. Grayscale: #121212. Windows color (decimal): -16709008 or 7342593. OLE color: 7342593.

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

Color convert

RGB 1 10 112 -
CMYK 0.99 0.91 0 0.56
HSL 235.14º 0.98% 0.22% -
HSV(B) 235.14º 0.99% 0.44% -
XYZ 3.05 1.39 15.44 -
YUV 18.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 1 10 112 0.99 0.91 0 0.56 235.14 0.98 0.22
Hex 1 A 70 63 5B 0 38 EB 62 16
Octal 1 12 160 143 133 0 70 353 142 26
Binary 1 1010 1110000 1100011 1011011 0 111000 11101011 1100010 10110

Color Harmonies of #010A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A70

Black with #010A70

Text Example


Text Example

White with #010A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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