Shades of Allports #0C6591
Tints of Allports #0C6591
RGB
CMYK
RGB Variations
Color information
#0C6591 (or 0x0C6591) is known color: Allports. HEX triplet: 0C, 65 and 91. RGB value is (12,101,145). Sum of RGB (Red+Green+Blue) = 12+101+145=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C6591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6591 is #F39A6E. Grayscale: #4F4F4F. Windows color (decimal): -15964783 or 9528588. OLE color: 9528588.
HSL color Cylindrical-coordinate representation of color #0C6591: hue angle of 199.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6591 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 101 | 145 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.43 |
| HSL | 199.85º | 0.85% | 0.31% | - |
| HSV(B) | 199.85º | 0.92% | 0.57% | - |
| XYZ | 9.92 | 11.43 | 28.47 | - |
| YUV | 79.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 145 | 0.92 | 0.30 | 0 | 0.43 | 199.85 | 0.85 | 0.31 |
| Hex | C | 65 | 91 | 5C | 1E | 0 | 2B | C8 | 55 | 1F |
| Octal | 14 | 145 | 221 | 134 | 36 | 0 | 53 | 310 | 125 | 37 |
| Binary | 1100 | 1100101 | 10010001 | 1011100 | 11110 | 0 | 101011 | 11001000 | 1010101 | 11111 |
Color Harmonies of #0C6591
Complementary color
Monochromatic Colors of #0C6591
Black with #0C6591
Text Example
Text Example
White with #0C6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6591; }
p { color: rgb(12,101,145); }
H1.HeaderClassName
{
color: #0C6591;
}
.AnyTagClassName
{
color: #0C6591;
}
</style>
background-color css
<style>
a { background-color: #0C6591; }
a { background-color: rgb(12,101,145); }
div.DivClassName
{
background-color: #0C6591;
}
.BgClassName
{
background-color: #0C6591;
}
</style>
border-color css
<style>
span { border-color: #0C6591; }
span { border-color: rgb(12,101,145); }
td.TdClassName
{
border-color: #0C6591;
}
.TagClassName
{
border-color: #0C6591;
}
</style>