Shades of Cerulean #0D6397
Tints of Cerulean #0D6397
RGB
CMYK
RGB Variations
Color information
#0D6397 (or 0x0D6397) is known color: Cerulean. HEX triplet: 0D, 63 and 97. RGB value is (13,99,151). Sum of RGB (Red+Green+Blue) = 13+99+151=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D6397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6397 is #F29C68. Grayscale: #4E4E4E. Windows color (decimal): -15899753 or 9921293. OLE color: 9921293.
HSL color Cylindrical-coordinate representation of color #0D6397: hue angle of 202.61º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6397 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 99 | 151 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.41 |
| HSL | 202.61º | 0.84% | 0.32% | - |
| HSV(B) | 202.61º | 0.91% | 0.59% | - |
| XYZ | 10.21 | 11.24 | 30.91 | - |
| YUV | 79.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 151 | 0.91 | 0.34 | 0 | 0.41 | 202.61 | 0.84 | 0.32 |
| Hex | D | 63 | 97 | 5B | 22 | 0 | 29 | CB | 54 | 20 |
| Octal | 15 | 143 | 227 | 133 | 42 | 0 | 51 | 313 | 124 | 40 |
| Binary | 1101 | 1100011 | 10010111 | 1011011 | 100010 | 0 | 101001 | 11001011 | 1010100 | 100000 |
Color Harmonies of #0D6397
Complementary color
Monochromatic Colors of #0D6397
Black with #0D6397
Text Example
Text Example
White with #0D6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6397; }
p { color: rgb(13,99,151); }
H1.HeaderClassName
{
color: #0D6397;
}
.AnyTagClassName
{
color: #0D6397;
}
</style>
background-color css
<style>
a { background-color: #0D6397; }
a { background-color: rgb(13,99,151); }
div.DivClassName
{
background-color: #0D6397;
}
.BgClassName
{
background-color: #0D6397;
}
</style>
border-color css
<style>
span { border-color: #0D6397; }
span { border-color: rgb(13,99,151); }
td.TdClassName
{
border-color: #0D6397;
}
.TagClassName
{
border-color: #0D6397;
}
</style>