#010770

Color #010770 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010770

Tints of Navy #010770

Color information

#010770 (or 0x010770) is unknown color: approx Navy. HEX triplet: 01, 07 and 70. RGB value is (1,7,112). Sum of RGB (Red+Green+Blue) = 1+7+112=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #010770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010770 is #FEF88F. Grayscale: #101010. Windows color (decimal): -16709776 or 7341825. OLE color: 7341825.

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

Color convert

RGB17112-
CMYK0.990.9400.56
HSL236.76º98.23%22.16%-
HSV(B)236.76º99.11%43.92%-
XYZ3.011.3315.43-
YUV17.18181.51116.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 112 (44.14% from 255) = 93.33%
R=0.83%
G=5.83%
B=93.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171120.990.9400.56236.7698.2322.16
Hex1770635E038ed6216
Octal1716014313607035514226
Binary1111111000011000111011110011100011101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010770; }

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

 H1.HeaderClassName
 {
   color: #010770;
 }
 .AnyTagClassName
 {
   color: #010770;
 }
</style>
background-color css

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

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

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

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

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

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