#0E5BC2

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

Shades of Denim #0E5BC2

Tints of Denim #0E5BC2

Color information

#0E5BC2 (or 0x0E5BC2) is unknown color: approx Denim. HEX triplet: 0E, 5B and C2. RGB value is (14,91,194). Sum of RGB (Red+Green+Blue) = 14+91+194=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #0E5BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5BC2 is #F1A43D. Grayscale: #4F4F4F. Windows color (decimal): -15836222 or 12737294. OLE color: 12737294.

HSL color Cylindrical-coordinate representation of color #0E5BC2: hue angle of 214.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5BC2 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1491194-
CMYK0.930.5300.24
HSL214.33º86.54%40.78%-
HSV(B)214.33º92.78%76.08%-
XYZ13.6611.4752.53-
YUV79.72192.4981.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.68%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 194 (76.17% from 255) = 64.88%
R=4.68%
G=30.43%
B=64.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14911940.930.5300.24214.3386.5440.78
HexE5BC25D35018d65729
Octal161333021356503032612751
Binary11101011011110000101011101110101011000110101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,194); }

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

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

 a { background-color: rgb(14,91,194); }

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

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

 span { border-color: rgb(14,91,194); }

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