#0E5FDB

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

Shades of Navy Blue #0E5FDB

Tints of Navy Blue #0E5FDB

Color information

#0E5FDB (or 0x0E5FDB) is unknown color: approx Navy Blue. HEX triplet: 0E, 5F and DB. RGB value is (14,95,219). Sum of RGB (Red+Green+Blue) = 14+95+219=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E5FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5FDB is #F1A024. Grayscale: #545454. Windows color (decimal): -15835173 or 14376718. OLE color: 14376718.

HSL color Cylindrical-coordinate representation of color #0E5FDB: hue angle of 216.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5FDB is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1495219-
CMYK0.940.5700.14
HSL216.29º87.98%45.69%-
HSV(B)216.29º93.61%85.88%-
XYZ17.0613.3968.7-
YUV84.92203.6677.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.27%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 219 (85.94% from 255) = 66.77%
R=4.27%
G=28.96%
B=66.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14952190.940.5700.14216.2987.9845.69
HexE5FDB5E390Ed8582e
Octal161373331367101633013056
Binary1110101111111011011101111011100101110110110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,95,219); }

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

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

 a { background-color: rgb(14,95,219); }

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

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

 span { border-color: rgb(14,95,219); }

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