#0E50D7

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

Shades of Navy Blue #0E50D7

Tints of Navy Blue #0E50D7

Color information

#0E50D7 (or 0x0E50D7) is unknown color: approx Navy Blue. HEX triplet: 0E, 50 and D7. RGB value is (14,80,215). Sum of RGB (Red+Green+Blue) = 14+80+215=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E50D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E50D7 is #F1AF28. Grayscale: #4B4B4B. Windows color (decimal): -15839017 or 14110734. OLE color: 14110734.

HSL color Cylindrical-coordinate representation of color #0E50D7: hue angle of 220.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E50D7 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1480215-
CMYK0.930.6300.16
HSL220.3º87.77%44.9%-
HSV(B)220.3º93.49%84.31%-
XYZ15.3210.7465.56-
YUV75.66206.6384.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 215 (84.38% from 255) = 69.58%
R=4.53%
G=25.89%
B=69.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14802150.930.6300.16220.387.7744.9
HexE50D75D3F010dc582d
Octal161203271357702033413055
Binary11101010000110101111011101111111010000110111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,215); }

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

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

 a { background-color: rgb(14,80,215); }

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

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

 span { border-color: rgb(14,80,215); }

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