#030575

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

Shades of Navy #030575

Tints of Navy #030575

Color information

#030575 (or 0x030575) is unknown color: approx Navy. HEX triplet: 03, 05 and 75. RGB value is (3,5,117). Sum of RGB (Red+Green+Blue) = 3+5+117=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #030575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030575 is #FCFA8A. Grayscale: #101010. Windows color (decimal): -16579211 or 7668995. OLE color: 7668995.

HSL color Cylindrical-coordinate representation of color #030575: hue angle of 238.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030575 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB35117-
CMYK0.970.9600.54
HSL238.95º95%23.53%-
HSV(B)238.95º97.44%45.88%-
XYZ3.31.4116.93-
YUV17.17184.34117.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 117 (46.09% from 255) = 93.6%
R=2.4%
G=4%
B=93.6%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351170.970.9600.54238.959523.53
Hex35756160036ef5f18
Octal3516514114006635713730
Binary11101111010111000011100000011011011101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030575; }

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

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

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

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

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

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

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

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