#0C6ABC

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

Shades of Denim #0C6ABC

Tints of Denim #0C6ABC

Color information

#0C6ABC (or 0x0C6ABC) is unknown color: approx Denim. HEX triplet: 0C, 6A and BC. RGB value is (12,106,188). Sum of RGB (Red+Green+Blue) = 12+106+188=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C6ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6ABC is #F39543. Grayscale: #565656. Windows color (decimal): -15963460 or 12347916. OLE color: 12347916.

HSL color Cylindrical-coordinate representation of color #0C6ABC: hue angle of 207.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6ABC is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12106188-
CMYK0.940.4400.26
HSL207.95º88%39.22%-
HSV(B)207.95º93.62%73.73%-
XYZ14.3814.0249.52-
YUV87.24184.8674.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 188 (73.83% from 255) = 61.44%
R=3.92%
G=34.64%
B=61.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121061880.940.4400.26207.958839.22
HexC6ABC5E2C01Ad05827
Octal141522741365403232013047
Binary11001101010101111001011110101100011010110100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,106,188); }

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

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

 a { background-color: rgb(12,106,188); }

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

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

 span { border-color: rgb(12,106,188); }

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