#0E6CBC

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

Shades of Denim #0E6CBC

Tints of Denim #0E6CBC

Color information

#0E6CBC (or 0x0E6CBC) is unknown color: approx Denim. HEX triplet: 0E, 6C and BC. RGB value is (14,108,188). Sum of RGB (Red+Green+Blue) = 14+108+188=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E6CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6CBC is #F19343. Grayscale: #585858. Windows color (decimal): -15831876 or 12348430. OLE color: 12348430.

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

Color convert

RGB14108188-
CMYK0.930.4300.26
HSL207.59º86.14%39.61%-
HSV(B)207.59º92.55%73.73%-
XYZ14.6214.4549.6-
YUV89.01183.8674.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.52%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=4.52%
G=34.84%
B=60.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141081880.930.4300.26207.5986.1439.61
HexE6CBC5D2B01Ad05628
Octal161542741355303232012650
Binary11101101100101111001011101101011011010110100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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