Shades of Allports #0C6590
Tints of Allports #0C6590
RGB
CMYK
RGB Variations
Color information
#0C6590 (or 0x0C6590) is known color: Allports. HEX triplet: 0C, 65 and 90. RGB value is (12,101,144). Sum of RGB (Red+Green+Blue) = 12+101+144=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C6590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6590 is #F39A6F. Grayscale: #4F4F4F. Windows color (decimal): -15964784 or 9463052. OLE color: 9463052.
HSL color Cylindrical-coordinate representation of color #0C6590: hue angle of 199.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6590 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 101 | 144 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.44 |
| HSL | 199.55º | 0.85% | 0.31% | - |
| HSV(B) | 199.55º | 0.92% | 0.56% | - |
| XYZ | 9.84 | 11.4 | 28.07 | - |
| YUV | 79.29 | 164.51 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 144 | 0.92 | 0.30 | 0 | 0.44 | 199.55 | 0.85 | 0.31 |
| Hex | C | 65 | 90 | 5C | 1E | 0 | 2C | C8 | 55 | 1F |
| Octal | 14 | 145 | 220 | 134 | 36 | 0 | 54 | 310 | 125 | 37 |
| Binary | 1100 | 1100101 | 10010000 | 1011100 | 11110 | 0 | 101100 | 11001000 | 1010101 | 11111 |
Color Harmonies of #0C6590
Complementary color
Monochromatic Colors of #0C6590
Black with #0C6590
Text Example
Text Example
White with #0C6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6590; }
p { color: rgb(12,101,144); }
H1.HeaderClassName
{
color: #0C6590;
}
.AnyTagClassName
{
color: #0C6590;
}
</style>
background-color css
<style>
a { background-color: #0C6590; }
a { background-color: rgb(12,101,144); }
div.DivClassName
{
background-color: #0C6590;
}
.BgClassName
{
background-color: #0C6590;
}
</style>
border-color css
<style>
span { border-color: #0C6590; }
span { border-color: rgb(12,101,144); }
td.TdClassName
{
border-color: #0C6590;
}
.TagClassName
{
border-color: #0C6590;
}
</style>