#030570

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

Shades of Navy #030570

Tints of Navy #030570

Color information

#030570 (or 0x030570) is unknown color: approx Navy. HEX triplet: 03, 05 and 70. RGB value is (3,5,112). Sum of RGB (Red+Green+Blue) = 3+5+112=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #030570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030570 is #FCFA8F. Grayscale: #101010. Windows color (decimal): -16579216 or 7341315. OLE color: 7341315.

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

Color convert

RGB35112-
CMYK0.970.9600.56
HSL238.9º94.78%22.55%-
HSV(B)238.9º97.32%43.92%-
XYZ3.021.315.42-
YUV16.6181.84118.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 112 (44.14% from 255) = 93.33%
R=2.5%
G=4.17%
B=93.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351120.970.9600.56238.994.7822.55
Hex35706160038ef5f17
Octal3516014114007035713727
Binary11101111000011000011100000011100011101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030570; }

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

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

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

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

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

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

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

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