#0E5ABC

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

Shades of Denim #0E5ABC

Tints of Denim #0E5ABC

Color information

#0E5ABC (or 0x0E5ABC) is unknown color: approx Denim. HEX triplet: 0E, 5A and BC. RGB value is (14,90,188). Sum of RGB (Red+Green+Blue) = 14+90+188=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E5ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5ABC is #F1A543. Grayscale: #4D4D4D. Windows color (decimal): -15836484 or 12343822. OLE color: 12343822.

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

Color convert

RGB1490188-
CMYK0.930.5200.26
HSL213.79º86.14%39.61%-
HSV(B)213.79º92.55%73.73%-
XYZ12.9111.0449.03-
YUV78.45189.8282.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.79%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 188 (73.83% from 255) = 64.38%
R=4.79%
G=30.82%
B=64.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14901880.930.5200.26213.7986.1439.61
HexE5ABC5D3401Ad65628
Octal161322741356403232612650
Binary11101011010101111001011101110100011010110101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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