Shades of Cerulean #0D7BBE
Tints of Cerulean #0D7BBE
RGB
CMYK
RGB Variations
Color information
#0D7BBE (or 0x0D7BBE) is known color: Cerulean. HEX triplet: 0D, 7B and BE. RGB value is (13,123,190). Sum of RGB (Red+Green+Blue) = 13+123+190=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D7BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7BBE is #F28441. Grayscale: #616161. Windows color (decimal): -15893570 or 12483341. OLE color: 12483341.
HSL color Cylindrical-coordinate representation of color #0D7BBE: hue angle of 202.71º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7BBE is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 123 | 190 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.25 |
| HSL | 202.71º | 0.87% | 0.4% | - |
| HSV(B) | 202.71º | 0.93% | 0.75% | - |
| XYZ | 16.54 | 17.97 | 51.31 | - |
| YUV | 97.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 190 | 0.93 | 0.35 | 0 | 0.25 | 202.71 | 0.87 | 0.4 |
| Hex | D | 7B | BE | 5D | 23 | 0 | 19 | CB | 57 | 28 |
| Octal | 15 | 173 | 276 | 135 | 43 | 0 | 31 | 313 | 127 | 50 |
| Binary | 1101 | 1111011 | 10111110 | 1011101 | 100011 | 0 | 11001 | 11001011 | 1010111 | 101000 |
Color Harmonies of #0D7BBE
Complementary color
Monochromatic Colors of #0D7BBE
Black with #0D7BBE
Text Example
Text Example
White with #0D7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7BBE; }
p { color: rgb(13,123,190); }
H1.HeaderClassName
{
color: #0D7BBE;
}
.AnyTagClassName
{
color: #0D7BBE;
}
</style>
background-color css
<style>
a { background-color: #0D7BBE; }
a { background-color: rgb(13,123,190); }
div.DivClassName
{
background-color: #0D7BBE;
}
.BgClassName
{
background-color: #0D7BBE;
}
</style>
border-color css
<style>
span { border-color: #0D7BBE; }
span { border-color: rgb(13,123,190); }
td.TdClassName
{
border-color: #0D7BBE;
}
.TagClassName
{
border-color: #0D7BBE;
}
</style>