Shades of Cerulean #0D7BA2
Tints of Cerulean #0D7BA2
RGB
CMYK
RGB Variations
Color information
#0D7BA2 (or 0x0D7BA2) is known color: Cerulean. HEX triplet: 0D, 7B and A2. RGB value is (13,123,162). Sum of RGB (Red+Green+Blue) = 13+123+162=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #0D7BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7BA2 is #F2845D. Grayscale: #5E5E5E. Windows color (decimal): -15893598 or 10648333. OLE color: 10648333.
HSL color Cylindrical-coordinate representation of color #0D7BA2: hue angle of 195.7º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7BA2 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 123 | 162 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.36 |
| HSL | 195.7º | 0.85% | 0.34% | - |
| HSV(B) | 195.7º | 0.92% | 0.64% | - |
| XYZ | 13.77 | 16.86 | 36.71 | - |
| YUV | 94.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 162 | 0.92 | 0.24 | 0 | 0.36 | 195.7 | 0.85 | 0.34 |
| Hex | D | 7B | A2 | 5C | 18 | 0 | 24 | C4 | 55 | 22 |
| Octal | 15 | 173 | 242 | 134 | 30 | 0 | 44 | 304 | 125 | 42 |
| Binary | 1101 | 1111011 | 10100010 | 1011100 | 11000 | 0 | 100100 | 11000100 | 1010101 | 100010 |
Color Harmonies of #0D7BA2
Complementary color
Monochromatic Colors of #0D7BA2
Black with #0D7BA2
Text Example
Text Example
White with #0D7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7BA2; }
p { color: rgb(13,123,162); }
H1.HeaderClassName
{
color: #0D7BA2;
}
.AnyTagClassName
{
color: #0D7BA2;
}
</style>
background-color css
<style>
a { background-color: #0D7BA2; }
a { background-color: rgb(13,123,162); }
div.DivClassName
{
background-color: #0D7BA2;
}
.BgClassName
{
background-color: #0D7BA2;
}
</style>
border-color css
<style>
span { border-color: #0D7BA2; }
span { border-color: rgb(13,123,162); }
td.TdClassName
{
border-color: #0D7BA2;
}
.TagClassName
{
border-color: #0D7BA2;
}
</style>