#030D70

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

Shades of Navy #030D70

Tints of Navy #030D70

Color information

#030D70 (or 0x030D70) is unknown color: approx Navy. HEX triplet: 03, 0D and 70. RGB value is (3,13,112). Sum of RGB (Red+Green+Blue) = 3+13+112=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #030D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D70 is #FCF28F. Grayscale: #141414. Windows color (decimal): -16577168 or 7343363. OLE color: 7343363.

HSL color Cylindrical-coordinate representation of color #030D70: hue angle of 234.5º 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 #030D70 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB313112-
CMYK0.970.8800.56
HSL234.5º94.78%22.55%-
HSV(B)234.5º97.32%43.92%-
XYZ3.111.4815.45-
YUV21.3179.19114.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 112 (44.14% from 255) = 87.5%
R=2.34%
G=10.16%
B=87.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3131120.970.8800.56234.594.7822.55
Hex3D706158038ea5f17
Octal31516014113007035213727
Binary111101111000011000011011000011100011101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D70; }

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

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

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

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

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

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

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

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