Shades of Cerulean #0D649D
Tints of Cerulean #0D649D
RGB
CMYK
RGB Variations
Color information
#0D649D (or 0x0D649D) is known color: Cerulean. HEX triplet: 0D, 64 and 9D. RGB value is (13,100,157). Sum of RGB (Red+Green+Blue) = 13+100+157=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D649D is #F29B62. Grayscale: #505050. Windows color (decimal): -15899491 or 10314765. OLE color: 10314765.
HSL color Cylindrical-coordinate representation of color #0D649D: hue angle of 203.75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D649D is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 100 | 157 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.38 |
| HSL | 203.75º | 0.85% | 0.33% | - |
| HSV(B) | 203.75º | 0.92% | 0.62% | - |
| XYZ | 10.81 | 11.63 | 33.57 | - |
| YUV | 80.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 157 | 0.92 | 0.36 | 0 | 0.38 | 203.75 | 0.85 | 0.33 |
| Hex | D | 64 | 9D | 5C | 24 | 0 | 26 | CC | 55 | 21 |
| Octal | 15 | 144 | 235 | 134 | 44 | 0 | 46 | 314 | 125 | 41 |
| Binary | 1101 | 1100100 | 10011101 | 1011100 | 100100 | 0 | 100110 | 11001100 | 1010101 | 100001 |
Color Harmonies of #0D649D
Complementary color
Monochromatic Colors of #0D649D
Black with #0D649D
Text Example
Text Example
White with #0D649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D649D; }
p { color: rgb(13,100,157); }
H1.HeaderClassName
{
color: #0D649D;
}
.AnyTagClassName
{
color: #0D649D;
}
</style>
background-color css
<style>
a { background-color: #0D649D; }
a { background-color: rgb(13,100,157); }
div.DivClassName
{
background-color: #0D649D;
}
.BgClassName
{
background-color: #0D649D;
}
</style>
border-color css
<style>
span { border-color: #0D649D; }
span { border-color: rgb(13,100,157); }
td.TdClassName
{
border-color: #0D649D;
}
.TagClassName
{
border-color: #0D649D;
}
</style>