Shades of Allports #0C6583
Tints of Allports #0C6583
RGB
CMYK
RGB Variations
Color information
#0C6583 (or 0x0C6583) is known color: Allports. HEX triplet: 0C, 65 and 83. RGB value is (12,101,131). Sum of RGB (Red+Green+Blue) = 12+101+131=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C6583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6583 is #F39A7C. Grayscale: #4D4D4D. Windows color (decimal): -15964797 or 8611084. OLE color: 8611084.
HSL color Cylindrical-coordinate representation of color #0C6583: hue angle of 195.13º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6583 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 101 | 131 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.49 |
| HSL | 195.13º | 0.83% | 0.28% | - |
| HSV(B) | 195.13º | 0.91% | 0.51% | - |
| XYZ | 8.9 | 11.02 | 23.13 | - |
| YUV | 77.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 131 | 0.91 | 0.23 | 0 | 0.49 | 195.13 | 0.83 | 0.28 |
| Hex | C | 65 | 83 | 5B | 17 | 0 | 31 | C3 | 53 | 1C |
| Octal | 14 | 145 | 203 | 133 | 27 | 0 | 61 | 303 | 123 | 34 |
| Binary | 1100 | 1100101 | 10000011 | 1011011 | 10111 | 0 | 110001 | 11000011 | 1010011 | 11100 |
Color Harmonies of #0C6583
Complementary color
Monochromatic Colors of #0C6583
Black with #0C6583
Text Example
Text Example
White with #0C6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6583; }
p { color: rgb(12,101,131); }
H1.HeaderClassName
{
color: #0C6583;
}
.AnyTagClassName
{
color: #0C6583;
}
</style>
background-color css
<style>
a { background-color: #0C6583; }
a { background-color: rgb(12,101,131); }
div.DivClassName
{
background-color: #0C6583;
}
.BgClassName
{
background-color: #0C6583;
}
</style>
border-color css
<style>
span { border-color: #0C6583; }
span { border-color: rgb(12,101,131); }
td.TdClassName
{
border-color: #0C6583;
}
.TagClassName
{
border-color: #0C6583;
}
</style>