#030E70

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

Shades of Navy #030E70

Tints of Navy #030E70

Color information

#030E70 (or 0x030E70) is unknown color: approx Navy. HEX triplet: 03, 0E and 70. RGB value is (3,14,112). Sum of RGB (Red+Green+Blue) = 3+14+112=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #030E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E70 is #FCF18F. Grayscale: #151515. Windows color (decimal): -16576912 or 7343619. OLE color: 7343619.

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

Color convert

RGB314112-
CMYK0.970.8800.56
HSL233.94º94.78%22.55%-
HSV(B)233.94º97.32%43.92%-
XYZ3.121.515.45-
YUV21.88178.86114.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 112 (44.14% from 255) = 86.82%
R=2.33%
G=10.85%
B=86.82%

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
Decimal3141120.970.8800.56233.9494.7822.55
Hex3E706158038ea5f17
Octal31616014113007035213727
Binary111110111000011000011011000011100011101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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