#0E51F8

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

Shades of Navy Blue #0E51F8

Tints of Navy Blue #0E51F8

Color information

#0E51F8 (or 0x0E51F8) is unknown color: approx Navy Blue. HEX triplet: 0E, 51 and F8. RGB value is (14,81,248). Sum of RGB (Red+Green+Blue) = 14+81+248=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 248 (97.27% from 255 or 72.30% from 343); Max value from RGB is 248 - color contains mainly: blue. Hex color #0E51F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E51F8 is #F1AE07. Grayscale: #4F4F4F. Windows color (decimal): -15838728 or 16273678. OLE color: 16273678.

HSL color Cylindrical-coordinate representation of color #0E51F8: hue angle of 222.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E51F8 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1481248-
CMYK0.940.6700.03
HSL222.82º94.35%51.37%-
HSV(B)222.82º94.35%97.25%-
XYZ20.0712.7690.21-
YUV80222.880.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.08%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 248 (97.27% from 255) = 72.30%
R=4.08%
G=23.62%
B=72.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14812480.940.6700.03222.8294.3551.37
HexE51F85E4303df5e33
Octal161213701361030333713663
Binary111010100011111100010111101000011011110111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E51F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,248); }

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

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

 a { background-color: rgb(14,81,248); }

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

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

 span { border-color: rgb(14,81,248); }

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