#0E5EBC

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

Shades of Denim #0E5EBC

Tints of Denim #0E5EBC

Color information

#0E5EBC (or 0x0E5EBC) is unknown color: approx Denim. HEX triplet: 0E, 5E and BC. RGB value is (14,94,188). Sum of RGB (Red+Green+Blue) = 14+94+188=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E5EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5EBC is #F1A143. Grayscale: #505050. Windows color (decimal): -15835460 or 12344846. OLE color: 12344846.

HSL color Cylindrical-coordinate representation of color #0E5EBC: hue angle of 212.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5EBC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1494188-
CMYK0.930.5000.26
HSL212.41º86.14%39.61%-
HSV(B)212.41º92.55%73.73%-
XYZ13.2611.7349.14-
YUV80.8188.580.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 188 (73.83% from 255) = 63.51%
R=4.73%
G=31.76%
B=63.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14941880.930.5000.26212.4186.1439.61
HexE5EBC5D3201Ad45628
Octal161362741356203232412650
Binary11101011110101111001011101110010011010110101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,94,188); }

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

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

 a { background-color: rgb(14,94,188); }

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

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

 span { border-color: rgb(14,94,188); }

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