#0E52E9

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

Shades of Navy Blue #0E52E9

Tints of Navy Blue #0E52E9

Color information

#0E52E9 (or 0x0E52E9) is unknown color: approx Navy Blue. HEX triplet: 0E, 52 and E9. RGB value is (14,82,233). Sum of RGB (Red+Green+Blue) = 14+82+233=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #0E52E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E52E9 is #F1AD16. Grayscale: #4E4E4E. Windows color (decimal): -15838487 or 15290894. OLE color: 15290894.

HSL color Cylindrical-coordinate representation of color #0E52E9: hue angle of 221.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E52E9 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1482233-
CMYK0.940.6500.09
HSL221.37º88.66%48.43%-
HSV(B)221.37º93.99%91.37%-
XYZ17.9112.0178.47-
YUV78.88214.9781.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 233 (91.41% from 255) = 70.82%
R=4.26%
G=24.92%
B=70.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal14822330.940.6500.09221.3788.6648.43
HexE52E95E4109dd5930
Octal1612235113610101133513160
Binary11101010010111010011011110100000101001110111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E52E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E52E9; }

 p { color: rgb(14,82,233); }

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

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

 a { background-color: rgb(14,82,233); }

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

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

 span { border-color: rgb(14,82,233); }

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