Shades of Cerulean #0A7BBB
Tints of Cerulean #0A7BBB
RGB
CMYK
RGB Variations
Color information
#0A7BBB (or 0x0A7BBB) is known color: Cerulean. HEX triplet: 0A, 7B and BB. RGB value is (10,123,187). Sum of RGB (Red+Green+Blue) = 10+123+187=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A7BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7BBB is #F58444. Grayscale: #606060. Windows color (decimal): -16090181 or 12286730. OLE color: 12286730.
HSL color Cylindrical-coordinate representation of color #0A7BBB: hue angle of 201.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7BBB is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 123 | 187 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.27 |
| HSL | 201.69º | 0.9% | 0.39% | - |
| HSV(B) | 201.69º | 0.95% | 0.73% | - |
| XYZ | 16.18 | 17.82 | 49.6 | - |
| YUV | 96.51 | 179.06 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 187 | 0.95 | 0.34 | 0 | 0.27 | 201.69 | 0.9 | 0.39 |
| Hex | A | 7B | BB | 5F | 22 | 0 | 1B | CA | 5A | 27 |
| Octal | 12 | 173 | 273 | 137 | 42 | 0 | 33 | 312 | 132 | 47 |
| Binary | 1010 | 1111011 | 10111011 | 1011111 | 100010 | 0 | 11011 | 11001010 | 1011010 | 100111 |
Color Harmonies of #0A7BBB
Complementary color
Monochromatic Colors of #0A7BBB
Black with #0A7BBB
Text Example
Text Example
White with #0A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7BBB; }
p { color: rgb(10,123,187); }
H1.HeaderClassName
{
color: #0A7BBB;
}
.AnyTagClassName
{
color: #0A7BBB;
}
</style>
background-color css
<style>
a { background-color: #0A7BBB; }
a { background-color: rgb(10,123,187); }
div.DivClassName
{
background-color: #0A7BBB;
}
.BgClassName
{
background-color: #0A7BBB;
}
</style>
border-color css
<style>
span { border-color: #0A7BBB; }
span { border-color: rgb(10,123,187); }
td.TdClassName
{
border-color: #0A7BBB;
}
.TagClassName
{
border-color: #0A7BBB;
}
</style>