Shades of Cerulean #0C649B
Tints of Cerulean #0C649B
RGB
CMYK
RGB Variations
Color information
#0C649B (or 0x0C649B) is known color: Cerulean. HEX triplet: 0C, 64 and 9B. RGB value is (12,100,155). Sum of RGB (Red+Green+Blue) = 12+100+155=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C649B is #F39B64. Grayscale: #4F4F4F. Windows color (decimal): -15965029 or 10183692. OLE color: 10183692.
HSL color Cylindrical-coordinate representation of color #0C649B: hue angle of 203.08º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C649B is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 100 | 155 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.39 |
| HSL | 203.08º | 0.86% | 0.33% | - |
| HSV(B) | 203.08º | 0.92% | 0.61% | - |
| XYZ | 10.63 | 11.56 | 32.68 | - |
| YUV | 79.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 155 | 0.92 | 0.35 | 0 | 0.39 | 203.08 | 0.86 | 0.33 |
| Hex | C | 64 | 9B | 5C | 23 | 0 | 27 | CB | 56 | 21 |
| Octal | 14 | 144 | 233 | 134 | 43 | 0 | 47 | 313 | 126 | 41 |
| Binary | 1100 | 1100100 | 10011011 | 1011100 | 100011 | 0 | 100111 | 11001011 | 1010110 | 100001 |
Color Harmonies of #0C649B
Complementary color
Monochromatic Colors of #0C649B
Black with #0C649B
Text Example
Text Example
White with #0C649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C649B; }
p { color: rgb(12,100,155); }
H1.HeaderClassName
{
color: #0C649B;
}
.AnyTagClassName
{
color: #0C649B;
}
</style>
background-color css
<style>
a { background-color: #0C649B; }
a { background-color: rgb(12,100,155); }
div.DivClassName
{
background-color: #0C649B;
}
.BgClassName
{
background-color: #0C649B;
}
</style>
border-color css
<style>
span { border-color: #0C649B; }
span { border-color: rgb(12,100,155); }
td.TdClassName
{
border-color: #0C649B;
}
.TagClassName
{
border-color: #0C649B;
}
</style>