Shades of Allports #0C668A
Tints of Allports #0C668A
RGB
CMYK
RGB Variations
Color information
#0C668A (or 0x0C668A) is known color: Allports. HEX triplet: 0C, 66 and 8A. RGB value is (12,102,138). Sum of RGB (Red+Green+Blue) = 12+102+138=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C668A is #F39975. Grayscale: #4E4E4E. Windows color (decimal): -15964534 or 9070092. OLE color: 9070092.
HSL color Cylindrical-coordinate representation of color #0C668A: hue angle of 197.14º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C668A is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 102 | 138 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.46 |
| HSL | 197.14º | 0.84% | 0.29% | - |
| HSV(B) | 197.14º | 0.91% | 0.54% | - |
| XYZ | 9.49 | 11.42 | 25.75 | - |
| YUV | 79.19 | 161.18 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 138 | 0.91 | 0.26 | 0 | 0.46 | 197.14 | 0.84 | 0.29 |
| Hex | C | 66 | 8A | 5B | 1A | 0 | 2E | C5 | 54 | 1D |
| Octal | 14 | 146 | 212 | 133 | 32 | 0 | 56 | 305 | 124 | 35 |
| Binary | 1100 | 1100110 | 10001010 | 1011011 | 11010 | 0 | 101110 | 11000101 | 1010100 | 11101 |
Color Harmonies of #0C668A
Complementary color
Monochromatic Colors of #0C668A
Black with #0C668A
Text Example
Text Example
White with #0C668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C668A; }
p { color: rgb(12,102,138); }
H1.HeaderClassName
{
color: #0C668A;
}
.AnyTagClassName
{
color: #0C668A;
}
</style>
background-color css
<style>
a { background-color: #0C668A; }
a { background-color: rgb(12,102,138); }
div.DivClassName
{
background-color: #0C668A;
}
.BgClassName
{
background-color: #0C668A;
}
</style>
border-color css
<style>
span { border-color: #0C668A; }
span { border-color: rgb(12,102,138); }
td.TdClassName
{
border-color: #0C668A;
}
.TagClassName
{
border-color: #0C668A;
}
</style>