Shades of Cerulean #0A7BBC
Tints of Cerulean #0A7BBC
RGB
CMYK
RGB Variations
Color information
#0A7BBC (or 0x0A7BBC) is known color: Cerulean. HEX triplet: 0A, 7B and BC. RGB value is (10,123,188). Sum of RGB (Red+Green+Blue) = 10+123+188=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A7BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7BBC is #F58443. Grayscale: #606060. Windows color (decimal): -16090180 or 12352266. OLE color: 12352266.
HSL color Cylindrical-coordinate representation of color #0A7BBC: hue angle of 201.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7BBC is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 123 | 188 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.26 |
| HSL | 201.91º | 0.9% | 0.39% | - |
| HSV(B) | 201.91º | 0.95% | 0.74% | - |
| XYZ | 16.29 | 17.86 | 50.17 | - |
| YUV | 96.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 188 | 0.95 | 0.35 | 0 | 0.26 | 201.91 | 0.9 | 0.39 |
| Hex | A | 7B | BC | 5F | 23 | 0 | 1A | CA | 5A | 27 |
| Octal | 12 | 173 | 274 | 137 | 43 | 0 | 32 | 312 | 132 | 47 |
| Binary | 1010 | 1111011 | 10111100 | 1011111 | 100011 | 0 | 11010 | 11001010 | 1011010 | 100111 |
Color Harmonies of #0A7BBC
Complementary color
Monochromatic Colors of #0A7BBC
Black with #0A7BBC
Text Example
Text Example
White with #0A7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7BBC; }
p { color: rgb(10,123,188); }
H1.HeaderClassName
{
color: #0A7BBC;
}
.AnyTagClassName
{
color: #0A7BBC;
}
</style>
background-color css
<style>
a { background-color: #0A7BBC; }
a { background-color: rgb(10,123,188); }
div.DivClassName
{
background-color: #0A7BBC;
}
.BgClassName
{
background-color: #0A7BBC;
}
</style>
border-color css
<style>
span { border-color: #0A7BBC; }
span { border-color: rgb(10,123,188); }
td.TdClassName
{
border-color: #0A7BBC;
}
.TagClassName
{
border-color: #0A7BBC;
}
</style>