#0c6fb5

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

Shades of Denim #0C6FB5

Tints of Denim #0C6FB5

Color information

#0C6FB5 (or 0x0C6FB5) is unknown color: approx Denim. HEX triplet: 0C, 6F and B5. RGB value is (12,111,181). Sum of RGB (Red+Green+Blue) = 12+111+181=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C6FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6FB5 is #F3904A. Grayscale: #585858. Windows color (decimal): -15962187 or 11890444. OLE color: 11890444.

HSL color Cylindrical-coordinate representation of color #0C6FB5: hue angle of 204.85º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6FB5 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12111181-
CMYK0.930.3900.29
HSL204.85º87.56%37.84%-
HSV(B)204.85º93.37%70.98%-
XYZ14.1814.7845.82-
YUV89.38179.772.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 181 (71.09% from 255) = 59.54%
R=3.95%
G=36.51%
B=59.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121111810.930.3900.29204.8587.5637.84
HexC6FB55D2701Dcd5826
Octal141572651354703531513046
Binary11001101111101101011011101100111011101110011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c6fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,181); }

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

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

 a { background-color: rgb(12,111,181); }

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

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

 span { border-color: rgb(12,111,181); }

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