#030C70

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

Shades of Navy #030C70

Tints of Navy #030C70

Color information

#030C70 (or 0x030C70) is unknown color: approx Navy. HEX triplet: 03, 0C and 70. RGB value is (3,12,112). Sum of RGB (Red+Green+Blue) = 3+12+112=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #030C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C70 is #FCF38F. Grayscale: #141414. Windows color (decimal): -16577424 or 7343107. OLE color: 7343107.

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

Color convert

RGB312112-
CMYK0.970.8900.56
HSL235.05º94.78%22.55%-
HSV(B)235.05º97.32%43.92%-
XYZ3.091.4515.45-
YUV20.71179.52115.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 12 (5.08% from 255) = 9.45%
BLUE value IS 112 (44.14% from 255) = 88.19%
R=2.36%
G=9.45%
B=88.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3121120.970.8900.56235.0594.7822.55
Hex3C706159038eb5f17
Octal31416014113107035313727
Binary111100111000011000011011001011100011101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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