#0540EF

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

Shades of Navy Blue #0540EF

Tints of Navy Blue #0540EF

Color information

#0540EF (or 0x0540EF) is unknown color: approx Navy Blue. HEX triplet: 05, 40 and EF. RGB value is (5,64,239). Sum of RGB (Red+Green+Blue) = 5+64+239=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #0540EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0540EF is #FABF10. Grayscale: #414141. Windows color (decimal): -16432913 or 15679493. OLE color: 15679493.

HSL color Cylindrical-coordinate representation of color #0540EF: hue angle of 224.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0540EF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB564239-
CMYK0.980.7300.06
HSL224.87º95.9%47.84%-
HSV(B)224.87º97.91%93.73%-
XYZ17.489.9382.66-
YUV66.31225.4584.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 239 (93.75% from 255) = 77.60%
R=1.62%
G=20.78%
B=77.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5642390.980.7300.06224.8795.947.84
Hex540EF624906e16030
Octal51003571421110634114060
Binary101100000011101111110001010010010110111000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0540EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0540EF; }

 p { color: rgb(5,64,239); }

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

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

 a { background-color: rgb(5,64,239); }

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

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

 span { border-color: rgb(5,64,239); }

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