#0E50C9

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

Shades of Denim #0E50C9

Tints of Denim #0E50C9

Color information

#0E50C9 (or 0x0E50C9) is unknown color: approx Denim. HEX triplet: 0E, 50 and C9. RGB value is (14,80,201). Sum of RGB (Red+Green+Blue) = 14+80+201=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E50C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E50C9 is #F1AF36. Grayscale: #494949. Windows color (decimal): -15839031 or 13193230. OLE color: 13193230.

HSL color Cylindrical-coordinate representation of color #0E50C9: hue angle of 218.82º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E50C9 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1480201-
CMYK0.930.6000.21
HSL218.82º86.98%42.16%-
HSV(B)218.82º93.03%78.82%-
XYZ13.5910.0556.48-
YUV74.06199.6385.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.75%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 201 (78.91% from 255) = 68.14%
R=4.75%
G=27.12%
B=68.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14802010.930.6000.21218.8286.9842.16
HexE50C95D3C015db572a
Octal161203111357402533312752
Binary11101010000110010011011101111100010101110110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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