#0C6EBF

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

Shades of Denim #0C6EBF

Tints of Denim #0C6EBF

Color information

#0C6EBF (or 0x0C6EBF) is unknown color: approx Denim. HEX triplet: 0C, 6E and BF. RGB value is (12,110,191). Sum of RGB (Red+Green+Blue) = 12+110+191=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C6EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6EBF is #F39140. Grayscale: #595959. Windows color (decimal): -15962433 or 12545548. OLE color: 12545548.

HSL color Cylindrical-coordinate representation of color #0C6EBF: hue angle of 207.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6EBF is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12110191-
CMYK0.940.4200.25
HSL207.15º88.18%39.8%-
HSV(B)207.15º93.72%74.9%-
XYZ15.1314.9951.39-
YUV89.93185.0372.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 191 (75% from 255) = 61.02%
R=3.83%
G=35.14%
B=61.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121101910.940.4200.25207.1588.1839.8
HexC6EBF5E2A019cf5828
Octal141562771365203131713050
Binary11001101110101111111011110101010011001110011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,110,191); }

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

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

 a { background-color: rgb(12,110,191); }

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

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

 span { border-color: rgb(12,110,191); }

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