#0E4ED5

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

Shades of Denim #0E4ED5

Tints of Denim #0E4ED5

Color information

#0E4ED5 (or 0x0E4ED5) is unknown color: approx Denim. HEX triplet: 0E, 4E and D5. RGB value is (14,78,213). Sum of RGB (Red+Green+Blue) = 14+78+213=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #0E4ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4ED5 is #F1B12A. Grayscale: #494949. Windows color (decimal): -15839531 or 13979150. OLE color: 13979150.

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

Color convert

RGB1478213-
CMYK0.930.6300.16
HSL220.7º87.67%44.51%-
HSV(B)220.7º93.43%83.53%-
XYZ14.9210.3564.16-
YUV74.25206.385.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.59%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 213 (83.59% from 255) = 69.84%
R=4.59%
G=25.57%
B=69.84%

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
Decimal14782130.930.6300.16220.787.6744.51
HexE4ED55D3F010dd582d
Octal161163251357702033513055
Binary11101001110110101011011101111111010000110111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,78,213); }

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

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

 a { background-color: rgb(14,78,213); }

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

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

 span { border-color: rgb(14,78,213); }

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