Shades of Cerulean #0A7DBB
Tints of Cerulean #0A7DBB
RGB
CMYK
RGB Variations
Color information
#0A7DBB (or 0x0A7DBB) is known color: Cerulean. HEX triplet: 0A, 7D and BB. RGB value is (10,125,187). Sum of RGB (Red+Green+Blue) = 10+125+187=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A7DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7DBB is #F58244. Grayscale: #616161. Windows color (decimal): -16089669 or 12287242. OLE color: 12287242.
HSL color Cylindrical-coordinate representation of color #0A7DBB: hue angle of 201.02º 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 #0A7DBB is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 125 | 187 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.27 |
| HSL | 201.02º | 0.9% | 0.39% | - |
| HSV(B) | 201.02º | 0.95% | 0.73% | - |
| XYZ | 16.43 | 18.32 | 49.68 | - |
| YUV | 97.68 | 178.4 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 187 | 0.95 | 0.33 | 0 | 0.27 | 201.02 | 0.9 | 0.39 |
| Hex | A | 7D | BB | 5F | 21 | 0 | 1B | C9 | 5A | 27 |
| Octal | 12 | 175 | 273 | 137 | 41 | 0 | 33 | 311 | 132 | 47 |
| Binary | 1010 | 1111101 | 10111011 | 1011111 | 100001 | 0 | 11011 | 11001001 | 1011010 | 100111 |
Color Harmonies of #0A7DBB
Complementary color
Monochromatic Colors of #0A7DBB
Black with #0A7DBB
Text Example
Text Example
White with #0A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7DBB; }
p { color: rgb(10,125,187); }
H1.HeaderClassName
{
color: #0A7DBB;
}
.AnyTagClassName
{
color: #0A7DBB;
}
</style>
background-color css
<style>
a { background-color: #0A7DBB; }
a { background-color: rgb(10,125,187); }
div.DivClassName
{
background-color: #0A7DBB;
}
.BgClassName
{
background-color: #0A7DBB;
}
</style>
border-color css
<style>
span { border-color: #0A7DBB; }
span { border-color: rgb(10,125,187); }
td.TdClassName
{
border-color: #0A7DBB;
}
.TagClassName
{
border-color: #0A7DBB;
}
</style>