Shades of Cerulean #0D76B5
Tints of Cerulean #0D76B5
RGB
CMYK
RGB Variations
Color information
#0D76B5 (or 0x0D76B5) is known color: Cerulean. HEX triplet: 0D, 76 and B5. RGB value is (13,118,181). Sum of RGB (Red+Green+Blue) = 13+118+181=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D76B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D76B5 is #F2894A. Grayscale: #5D5D5D. Windows color (decimal): -15894859 or 11892237. OLE color: 11892237.
HSL color Cylindrical-coordinate representation of color #0D76B5: hue angle of 202.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D76B5 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 118 | 181 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.29 |
| HSL | 202.5º | 0.87% | 0.38% | - |
| HSV(B) | 202.5º | 0.93% | 0.71% | - |
| XYZ | 14.98 | 16.38 | 46.09 | - |
| YUV | 93.79 | 177.21 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 181 | 0.93 | 0.35 | 0 | 0.29 | 202.5 | 0.87 | 0.38 |
| Hex | D | 76 | B5 | 5D | 23 | 0 | 1D | CA | 57 | 26 |
| Octal | 15 | 166 | 265 | 135 | 43 | 0 | 35 | 312 | 127 | 46 |
| Binary | 1101 | 1110110 | 10110101 | 1011101 | 100011 | 0 | 11101 | 11001010 | 1010111 | 100110 |
Color Harmonies of #0D76B5
Complementary color
Monochromatic Colors of #0D76B5
Black with #0D76B5
Text Example
Text Example
White with #0D76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D76B5; }
p { color: rgb(13,118,181); }
H1.HeaderClassName
{
color: #0D76B5;
}
.AnyTagClassName
{
color: #0D76B5;
}
</style>
background-color css
<style>
a { background-color: #0D76B5; }
a { background-color: rgb(13,118,181); }
div.DivClassName
{
background-color: #0D76B5;
}
.BgClassName
{
background-color: #0D76B5;
}
</style>
border-color css
<style>
span { border-color: #0D76B5; }
span { border-color: rgb(13,118,181); }
td.TdClassName
{
border-color: #0D76B5;
}
.TagClassName
{
border-color: #0D76B5;
}
</style>