Html Css Color HEX #010B70 Navy

📋 copy color: '#010B70'

red 1 ◦ green 11 ◦ blue 112

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

Shades of Navy #010B70

Tints of Navy #010B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.87%

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

R = 0.81%
G = 8.87%
B = 90.32%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010B70 (or 0x010B70) is known color: Navy. HEX triplet: 01, 0B and 70. RGB value is (1,11,112). Sum of RGB (Red+Green+Blue) = 1+11+112=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #010B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B70 is #FEF48F. Grayscale: #131313. Windows color (decimal): -16708752 or 7342849. OLE color: 7342849.

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

Color convert

RGB 1 11 112 -
CMYK 0.99 0.90 0 0.56
HSL 234.59º 0.98% 0.22% -
HSV(B) 234.59º 0.99% 0.44% -
XYZ 3.06 1.42 15.44 -
YUV 19.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 1 11 112 0.99 0.90 0 0.56 234.59 0.98 0.22
Hex 1 B 70 63 5A 0 38 EB 62 16
Octal 1 13 160 143 132 0 70 353 142 26
Binary 1 1011 1110000 1100011 1011010 0 111000 11101011 1100010 10110

Color Harmonies of #010B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B70

Black with #010B70

Text Example


Text Example

White with #010B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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