#030F70

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

Shades of Navy #030F70

Tints of Navy #030F70

Color information

#030F70 (or 0x030F70) is unknown color: approx Navy. HEX triplet: 03, 0F and 70. RGB value is (3,15,112). Sum of RGB (Red+Green+Blue) = 3+15+112=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #030F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F70 is #FCF08F. Grayscale: #161616. Windows color (decimal): -16576656 or 7343875. OLE color: 7343875.

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

Color convert

RGB315112-
CMYK0.970.8700.56
HSL233.39º94.78%22.55%-
HSV(B)233.39º97.32%43.92%-
XYZ3.131.5315.46-
YUV22.47178.52114.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=2.31%
G=11.54%
B=86.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3151120.970.8700.56233.3994.7822.55
Hex3F706157038e95f17
Octal31716014112707035113727
Binary111111111000011000011010111011100011101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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