#0E5CC2

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

Shades of Denim #0E5CC2

Tints of Denim #0E5CC2

Color information

#0E5CC2 (or 0x0E5CC2) is unknown color: approx Denim. HEX triplet: 0E, 5C and C2. RGB value is (14,92,194). Sum of RGB (Red+Green+Blue) = 14+92+194=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 194 (76.17% from 255 or 64.67% from 300); Max value from RGB is 194 - color contains mainly: blue. Hex color #0E5CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5CC2 is #F1A33D. Grayscale: #4F4F4F. Windows color (decimal): -15835966 or 12737550. OLE color: 12737550.

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

Color convert

RGB1492194-
CMYK0.930.5300.24
HSL214º86.54%40.78%-
HSV(B)214º92.78%76.08%-
XYZ13.7511.6452.56-
YUV80.31192.1680.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.67%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 194 (76.17% from 255) = 64.67%
R=4.67%
G=30.67%
B=64.67%

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
Decimal14921940.930.5300.2421486.5440.78
HexE5CC25D35018d65729
Octal161343021356503032612751
Binary11101011100110000101011101110101011000110101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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