#0E51DC

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

Shades of Navy Blue #0E51DC

Tints of Navy Blue #0E51DC

Color information

#0E51DC (or 0x0E51DC) is unknown color: approx Navy Blue. HEX triplet: 0E, 51 and DC. RGB value is (14,81,220). Sum of RGB (Red+Green+Blue) = 14+81+220=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E51DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E51DC is #F1AE23. Grayscale: #4C4C4C. Windows color (decimal): -15838756 or 14438670. OLE color: 14438670.

HSL color Cylindrical-coordinate representation of color #0E51DC: hue angle of 220.49º 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 #0E51DC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1481220-
CMYK0.940.6300.14
HSL220.49º88.03%45.88%-
HSV(B)220.49º93.64%86.27%-
XYZ16.0411.1569.02-
YUV76.81208.883.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 220 (86.33% from 255) = 69.84%
R=4.44%
G=25.71%
B=69.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14812200.940.6300.14220.4988.0345.88
HexE51DC5E3F0Edc582e
Octal161213341367701633413056
Binary1110101000111011100101111011111101110110111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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