Shades of Allports #0C748D
Tints of Allports #0C748D
RGB
CMYK
RGB Variations
Color information
#0C748D (or 0x0C748D) is known color: Allports. HEX triplet: 0C, 74 and 8D. RGB value is (12,116,141). Sum of RGB (Red+Green+Blue) = 12+116+141=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C748D is #F38B72. Grayscale: #575757. Windows color (decimal): -15960947 or 9270284. OLE color: 9270284.
HSL color Cylindrical-coordinate representation of color #0C748D: hue angle of 191.63º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C748D is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 116 | 141 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.45 |
| HSL | 191.63º | 0.84% | 0.3% | - |
| HSV(B) | 191.63º | 0.91% | 0.55% | - |
| XYZ | 11.2 | 14.49 | 27.41 | - |
| YUV | 87.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 141 | 0.91 | 0.18 | 0 | 0.45 | 191.63 | 0.84 | 0.3 |
| Hex | C | 74 | 8D | 5B | 12 | 0 | 2D | C0 | 54 | 1E |
| Octal | 14 | 164 | 215 | 133 | 22 | 0 | 55 | 300 | 124 | 36 |
| Binary | 1100 | 1110100 | 10001101 | 1011011 | 10010 | 0 | 101101 | 11000000 | 1010100 | 11110 |
Color Harmonies of #0C748D
Complementary color
Monochromatic Colors of #0C748D
Black with #0C748D
Text Example
Text Example
White with #0C748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C748D; }
p { color: rgb(12,116,141); }
H1.HeaderClassName
{
color: #0C748D;
}
.AnyTagClassName
{
color: #0C748D;
}
</style>
background-color css
<style>
a { background-color: #0C748D; }
a { background-color: rgb(12,116,141); }
div.DivClassName
{
background-color: #0C748D;
}
.BgClassName
{
background-color: #0C748D;
}
</style>
border-color css
<style>
span { border-color: #0C748D; }
span { border-color: rgb(12,116,141); }
td.TdClassName
{
border-color: #0C748D;
}
.TagClassName
{
border-color: #0C748D;
}
</style>