Shades of Cerulean #0A7DA5
Tints of Cerulean #0A7DA5
RGB
CMYK
RGB Variations
Color information
#0A7DA5 (or 0x0A7DA5) is known color: Cerulean. HEX triplet: 0A, 7D and A5. RGB value is (10,125,165). Sum of RGB (Red+Green+Blue) = 10+125+165=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A7DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7DA5 is #F5825A. Grayscale: #5E5E5E. Windows color (decimal): -16089691 or 10845450. OLE color: 10845450.
HSL color Cylindrical-coordinate representation of color #0A7DA5: hue angle of 195.48º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A7DA5 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 125 | 165 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.35 |
| HSL | 195.48º | 0.89% | 0.34% | - |
| HSV(B) | 195.48º | 0.94% | 0.65% | - |
| XYZ | 14.25 | 17.45 | 38.21 | - |
| YUV | 95.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 165 | 0.94 | 0.24 | 0 | 0.35 | 195.48 | 0.89 | 0.34 |
| Hex | A | 7D | A5 | 5E | 18 | 0 | 23 | C3 | 59 | 22 |
| Octal | 12 | 175 | 245 | 136 | 30 | 0 | 43 | 303 | 131 | 42 |
| Binary | 1010 | 1111101 | 10100101 | 1011110 | 11000 | 0 | 100011 | 11000011 | 1011001 | 100010 |
Color Harmonies of #0A7DA5
Complementary color
Monochromatic Colors of #0A7DA5
Black with #0A7DA5
Text Example
Text Example
White with #0A7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7DA5; }
p { color: rgb(10,125,165); }
H1.HeaderClassName
{
color: #0A7DA5;
}
.AnyTagClassName
{
color: #0A7DA5;
}
</style>
background-color css
<style>
a { background-color: #0A7DA5; }
a { background-color: rgb(10,125,165); }
div.DivClassName
{
background-color: #0A7DA5;
}
.BgClassName
{
background-color: #0A7DA5;
}
</style>
border-color css
<style>
span { border-color: #0A7DA5; }
span { border-color: rgb(10,125,165); }
td.TdClassName
{
border-color: #0A7DA5;
}
.TagClassName
{
border-color: #0A7DA5;
}
</style>