#0E4DD5

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

Shades of Denim #0E4DD5

Tints of Denim #0E4DD5

Color information

#0E4DD5 (or 0x0E4DD5) is unknown color: approx Denim. HEX triplet: 0E, 4D and D5. RGB value is (14,77,213). Sum of RGB (Red+Green+Blue) = 14+77+213=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #0E4DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4DD5 is #F1B22A. Grayscale: #494949. Windows color (decimal): -15839787 or 13978894. OLE color: 13978894.

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

Color convert

RGB1477213-
CMYK0.930.6400.16
HSL221.01º87.67%44.51%-
HSV(B)221.01º93.43%83.53%-
XYZ14.8510.2164.14-
YUV73.67206.6385.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.61%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 213 (83.59% from 255) = 70.07%
R=4.61%
G=25.33%
B=70.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14772130.930.6400.16221.0187.6744.51
HexE4DD55D40010dd582d
Octal1611532513510002033513055
Binary111010011011101010110111011000000010000110111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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