#0E4FD5

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

Shades of Denim #0E4FD5

Tints of Denim #0E4FD5

Color information

#0E4FD5 (or 0x0E4FD5) is unknown color: approx Denim. HEX triplet: 0E, 4F and D5. RGB value is (14,79,213). Sum of RGB (Red+Green+Blue) = 14+79+213=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #0E4FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4FD5 is #F1B02A. Grayscale: #4A4A4A. Windows color (decimal): -15839275 or 13979406. OLE color: 13979406.

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

Color convert

RGB1479213-
CMYK0.930.6300.16
HSL220.4º87.67%44.51%-
HSV(B)220.4º93.43%83.53%-
XYZ14.9910.4964.19-
YUV74.84205.9784.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.58%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 213 (83.59% from 255) = 69.61%
R=4.58%
G=25.82%
B=69.61%

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
Decimal14792130.930.6300.16220.487.6744.51
HexE4FD55D3F010dc582d
Octal161173251357702033413055
Binary11101001111110101011011101111111010000110111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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