Shades of Cerulean #0A7DBD
Tints of Cerulean #0A7DBD
RGB
CMYK
RGB Variations
Color information
#0A7DBD (or 0x0A7DBD) is known color: Cerulean. HEX triplet: 0A, 7D and BD. RGB value is (10,125,189). Sum of RGB (Red+Green+Blue) = 10+125+189=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A7DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7DBD is #F58242. Grayscale: #616161. Windows color (decimal): -16089667 or 12418314. OLE color: 12418314.
HSL color Cylindrical-coordinate representation of color #0A7DBD: hue angle of 201.45º 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 #0A7DBD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 125 | 189 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.26 |
| HSL | 201.45º | 0.9% | 0.39% | - |
| HSV(B) | 201.45º | 0.95% | 0.74% | - |
| XYZ | 16.64 | 18.41 | 50.82 | - |
| YUV | 97.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 189 | 0.95 | 0.34 | 0 | 0.26 | 201.45 | 0.9 | 0.39 |
| Hex | A | 7D | BD | 5F | 22 | 0 | 1A | C9 | 5A | 27 |
| Octal | 12 | 175 | 275 | 137 | 42 | 0 | 32 | 311 | 132 | 47 |
| Binary | 1010 | 1111101 | 10111101 | 1011111 | 100010 | 0 | 11010 | 11001001 | 1011010 | 100111 |
Color Harmonies of #0A7DBD
Complementary color
Monochromatic Colors of #0A7DBD
Black with #0A7DBD
Text Example
Text Example
White with #0A7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7DBD; }
p { color: rgb(10,125,189); }
H1.HeaderClassName
{
color: #0A7DBD;
}
.AnyTagClassName
{
color: #0A7DBD;
}
</style>
background-color css
<style>
a { background-color: #0A7DBD; }
a { background-color: rgb(10,125,189); }
div.DivClassName
{
background-color: #0A7DBD;
}
.BgClassName
{
background-color: #0A7DBD;
}
</style>
border-color css
<style>
span { border-color: #0A7DBD; }
span { border-color: rgb(10,125,189); }
td.TdClassName
{
border-color: #0A7DBD;
}
.TagClassName
{
border-color: #0A7DBD;
}
</style>