#0575C0

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

Shades of Navy Blue #0575C0

Tints of Navy Blue #0575C0

Color information

#0575C0 (or 0x0575C0) is unknown color: approx Navy Blue. HEX triplet: 05, 75 and C0. RGB value is (5,117,192). Sum of RGB (Red+Green+Blue) = 5+117+192=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #0575C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575C0 is #FA8A3F. Grayscale: #5B5B5B. Windows color (decimal): -16419392 or 12612869. OLE color: 12612869.

HSL color Cylindrical-coordinate representation of color #0575C0: hue angle of 204.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0575C0 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5117192-
CMYK0.970.3900.25
HSL204.06º94.92%38.63%-
HSV(B)204.06º97.4%75.29%-
XYZ15.9416.5652.23-
YUV92.06184.3965.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=1.59%
G=37.26%
B=61.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51171920.970.3900.25204.0694.9238.63
Hex575C06127019cc5f27
Octal51653001414703131413747
Binary1011110101110000001100001100111011001110011001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0575C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0575C0; }

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

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

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

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

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

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

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

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