#0E50C7

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

Shades of Denim #0E50C7

Tints of Denim #0E50C7

Color information

#0E50C7 (or 0x0E50C7) is unknown color: approx Denim. HEX triplet: 0E, 50 and C7. RGB value is (14,80,199). Sum of RGB (Red+Green+Blue) = 14+80+199=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 199 (78.12% from 255 or 67.92% from 293); Max value from RGB is 199 - color contains mainly: blue. Hex color #0E50C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E50C7 is #F1AF38. Grayscale: #494949. Windows color (decimal): -15839033 or 13062158. OLE color: 13062158.

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

Color convert

RGB1480199-
CMYK0.930.6000.22
HSL218.59º86.85%41.76%-
HSV(B)218.59º92.96%78.04%-
XYZ13.369.9555.25-
YUV73.83198.6385.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 199 (78.12% from 255) = 67.92%
R=4.78%
G=27.30%
B=67.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14801990.930.6000.22218.5986.8541.76
HexE50C75D3C016db572a
Octal161203071357402633312752
Binary11101010000110001111011101111100010110110110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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