Shades of Cerulean #0D7AA7
Tints of Cerulean #0D7AA7
RGB
CMYK
RGB Variations
Color information
#0D7AA7 (or 0x0D7AA7) is known color: Cerulean. HEX triplet: 0D, 7A and A7. RGB value is (13,122,167). Sum of RGB (Red+Green+Blue) = 13+122+167=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #0D7AA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7AA7 is #F28558. Grayscale: #5E5E5E. Windows color (decimal): -15893849 or 10975757. OLE color: 10975757.
HSL color Cylindrical-coordinate representation of color #0D7AA7: hue angle of 197.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7AA7 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 122 | 167 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.35 |
| HSL | 197.53º | 0.86% | 0.35% | - |
| HSV(B) | 197.53º | 0.92% | 0.65% | - |
| XYZ | 14.1 | 16.79 | 39.06 | - |
| YUV | 94.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 167 | 0.92 | 0.27 | 0 | 0.35 | 197.53 | 0.86 | 0.35 |
| Hex | D | 7A | A7 | 5C | 1B | 0 | 23 | C6 | 56 | 23 |
| Octal | 15 | 172 | 247 | 134 | 33 | 0 | 43 | 306 | 126 | 43 |
| Binary | 1101 | 1111010 | 10100111 | 1011100 | 11011 | 0 | 100011 | 11000110 | 1010110 | 100011 |
Color Harmonies of #0D7AA7
Complementary color
Monochromatic Colors of #0D7AA7
Black with #0D7AA7
Text Example
Text Example
White with #0D7AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7AA7; }
p { color: rgb(13,122,167); }
H1.HeaderClassName
{
color: #0D7AA7;
}
.AnyTagClassName
{
color: #0D7AA7;
}
</style>
background-color css
<style>
a { background-color: #0D7AA7; }
a { background-color: rgb(13,122,167); }
div.DivClassName
{
background-color: #0D7AA7;
}
.BgClassName
{
background-color: #0D7AA7;
}
</style>
border-color css
<style>
span { border-color: #0D7AA7; }
span { border-color: rgb(13,122,167); }
td.TdClassName
{
border-color: #0D7AA7;
}
.TagClassName
{
border-color: #0D7AA7;
}
</style>