#0574C0

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

Shades of Navy Blue #0574C0

Tints of Navy Blue #0574C0

Color information

#0574C0 (or 0x0574C0) is unknown color: approx Navy Blue. HEX triplet: 05, 74 and C0. RGB value is (5,116,192). Sum of RGB (Red+Green+Blue) = 5+116+192=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #0574C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574C0 is #FA8B3F. Grayscale: #5B5B5B. Windows color (decimal): -16419648 or 12612613. OLE color: 12612613.

HSL color Cylindrical-coordinate representation of color #0574C0: hue angle of 204.39º 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 #0574C0 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5116192-
CMYK0.970.4000.25
HSL204.39º94.92%38.63%-
HSV(B)204.39º97.4%75.29%-
XYZ15.8216.3352.19-
YUV91.48184.7366.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 192 (75.39% from 255) = 61.34%
R=1.60%
G=37.06%
B=61.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51161920.970.4000.25204.3994.9238.63
Hex574C06128019cc5f27
Octal51643001415003131413747
Binary1011110100110000001100001101000011001110011001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0574C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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