#0E6EB3

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

Shades of Denim #0E6EB3

Tints of Denim #0E6EB3

Color information

#0E6EB3 (or 0x0E6EB3) is unknown color: approx Denim. HEX triplet: 0E, 6E and B3. RGB value is (14,110,179). Sum of RGB (Red+Green+Blue) = 14+110+179=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E6EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6EB3 is #F1914C. Grayscale: #585858. Windows color (decimal): -15831373 or 11759118. OLE color: 11759118.

HSL color Cylindrical-coordinate representation of color #0E6EB3: hue angle of 205.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6EB3 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14110179-
CMYK0.920.3900.30
HSL205.09º85.49%37.84%-
HSV(B)205.09º92.18%70.2%-
XYZ13.8914.544.71-
YUV89.16178.774.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 179 (70.31% from 255) = 59.08%
R=4.62%
G=36.30%
B=59.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141101790.920.3900.30205.0985.4937.84
HexE6EB35C2701Ecd5526
Octal161562631344703631512546
Binary11101101110101100111011100100111011110110011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,110,179); }

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

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

 a { background-color: rgb(14,110,179); }

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

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

 span { border-color: rgb(14,110,179); }

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