#0574EA

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

Shades of Navy Blue #0574EA

Tints of Navy Blue #0574EA

Color information

#0574EA (or 0x0574EA) is unknown color: approx Navy Blue. HEX triplet: 05, 74 and EA. RGB value is (5,116,234). Sum of RGB (Red+Green+Blue) = 5+116+234=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #0574EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0574EA is #FA8B15. Grayscale: #5F5F5F. Windows color (decimal): -16419606 or 15365125. OLE color: 15365125.

HSL color Cylindrical-coordinate representation of color #0574EA: hue angle of 210.92º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0574EA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5116234-
CMYK0.980.5000.08
HSL210.92º95.82%46.86%-
HSV(B)210.92º97.86%91.76%-
XYZ21.1618.4680.29-
YUV96.26205.7362.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 234 (91.80% from 255) = 65.92%
R=1.41%
G=32.68%
B=65.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal51162340.980.5000.08210.9295.8246.86
Hex574EA623208d3602f
Octal51643521426201032314057
Binary101111010011101010110001011001001000110100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0574EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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