Shades of Cerulean #0D639C
Tints of Cerulean #0D639C
RGB
CMYK
RGB Variations
Color information
#0D639C (or 0x0D639C) is known color: Cerulean. HEX triplet: 0D, 63 and 9C. RGB value is (13,99,156). Sum of RGB (Red+Green+Blue) = 13+99+156=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D639C is #F29C63. Grayscale: #4F4F4F. Windows color (decimal): -15899748 or 10248973. OLE color: 10248973.
HSL color Cylindrical-coordinate representation of color #0D639C: hue angle of 203.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D639C is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 99 | 156 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.39 |
| HSL | 203.92º | 0.85% | 0.33% | - |
| HSV(B) | 203.92º | 0.92% | 0.61% | - |
| XYZ | 10.63 | 11.41 | 33.09 | - |
| YUV | 79.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 156 | 0.92 | 0.37 | 0 | 0.39 | 203.92 | 0.85 | 0.33 |
| Hex | D | 63 | 9C | 5C | 25 | 0 | 27 | CC | 55 | 21 |
| Octal | 15 | 143 | 234 | 134 | 45 | 0 | 47 | 314 | 125 | 41 |
| Binary | 1101 | 1100011 | 10011100 | 1011100 | 100101 | 0 | 100111 | 11001100 | 1010101 | 100001 |
Color Harmonies of #0D639C
Complementary color
Monochromatic Colors of #0D639C
Black with #0D639C
Text Example
Text Example
White with #0D639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D639C; }
p { color: rgb(13,99,156); }
H1.HeaderClassName
{
color: #0D639C;
}
.AnyTagClassName
{
color: #0D639C;
}
</style>
background-color css
<style>
a { background-color: #0D639C; }
a { background-color: rgb(13,99,156); }
div.DivClassName
{
background-color: #0D639C;
}
.BgClassName
{
background-color: #0D639C;
}
</style>
border-color css
<style>
span { border-color: #0D639C; }
span { border-color: rgb(13,99,156); }
td.TdClassName
{
border-color: #0D639C;
}
.TagClassName
{
border-color: #0D639C;
}
</style>