#031070

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

Shades of Navy #031070

Tints of Navy #031070

Color information

#031070 (or 0x031070) is unknown color: approx Navy. HEX triplet: 03, 10 and 70. RGB value is (3,16,112). Sum of RGB (Red+Green+Blue) = 3+16+112=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #031070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031070 is #FCEF8F. Grayscale: #161616. Windows color (decimal): -16576400 or 7344131. OLE color: 7344131.

HSL color Cylindrical-coordinate representation of color #031070: hue angle of 232.84º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031070 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB316112-
CMYK0.970.8600.56
HSL232.84º94.78%22.55%-
HSV(B)232.84º97.32%43.92%-
XYZ3.151.5615.46-
YUV23.06178.19113.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 112 (44.14% from 255) = 85.50%
R=2.29%
G=12.21%
B=85.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3161120.970.8600.56232.8494.7822.55
Hex310706156038e95f17
Octal32016014112607035113727
Binary1110000111000011000011010110011100011101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031070; }

 p { color: rgb(3,16,112); }

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

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

 a { background-color: rgb(3,16,112); }

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

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

 span { border-color: rgb(3,16,112); }

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