#0C6BB1

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

Shades of Denim #0C6BB1

Tints of Denim #0C6BB1

Color information

#0C6BB1 (or 0x0C6BB1) is unknown color: approx Denim. HEX triplet: 0C, 6B and B1. RGB value is (12,107,177). Sum of RGB (Red+Green+Blue) = 12+107+177=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C6BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6BB1 is #F3944E. Grayscale: #565656. Windows color (decimal): -15963215 or 11627276. OLE color: 11627276.

HSL color Cylindrical-coordinate representation of color #0C6BB1: hue angle of 205.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6BB1 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12107177-
CMYK0.930.4000.31
HSL205.45º87.3%37.06%-
HSV(B)205.45º93.22%69.41%-
XYZ13.3513.7743.55-
YUV86.57179.0374.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.05%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=4.05%
G=36.15%
B=59.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121071770.930.4000.31205.4587.337.06
HexC6BB15D2801Fcd5725
Octal141532611355003731512745
Binary11001101011101100011011101101000011111110011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,107,177); }

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

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

 a { background-color: rgb(12,107,177); }

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

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

 span { border-color: rgb(12,107,177); }

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