Shades of Cerulean #0D689B
Tints of Cerulean #0D689B
RGB
CMYK
RGB Variations
Color information
#0D689B (or 0x0D689B) is known color: Cerulean. HEX triplet: 0D, 68 and 9B. RGB value is (13,104,155). Sum of RGB (Red+Green+Blue) = 13+104+155=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D689B is #F29764. Grayscale: #525252. Windows color (decimal): -15898469 or 10184717. OLE color: 10184717.
HSL color Cylindrical-coordinate representation of color #0D689B: hue angle of 201.55º 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 #0D689B is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 104 | 155 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.39 |
| HSL | 201.55º | 0.85% | 0.33% | - |
| HSV(B) | 201.55º | 0.92% | 0.61% | - |
| XYZ | 11.03 | 12.35 | 32.81 | - |
| YUV | 82.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 155 | 0.92 | 0.33 | 0 | 0.39 | 201.55 | 0.85 | 0.33 |
| Hex | D | 68 | 9B | 5C | 21 | 0 | 27 | CA | 55 | 21 |
| Octal | 15 | 150 | 233 | 134 | 41 | 0 | 47 | 312 | 125 | 41 |
| Binary | 1101 | 1101000 | 10011011 | 1011100 | 100001 | 0 | 100111 | 11001010 | 1010101 | 100001 |
Color Harmonies of #0D689B
Complementary color
Monochromatic Colors of #0D689B
Black with #0D689B
Text Example
Text Example
White with #0D689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D689B; }
p { color: rgb(13,104,155); }
H1.HeaderClassName
{
color: #0D689B;
}
.AnyTagClassName
{
color: #0D689B;
}
</style>
background-color css
<style>
a { background-color: #0D689B; }
a { background-color: rgb(13,104,155); }
div.DivClassName
{
background-color: #0D689B;
}
.BgClassName
{
background-color: #0D689B;
}
</style>
border-color css
<style>
span { border-color: #0D689B; }
span { border-color: rgb(13,104,155); }
td.TdClassName
{
border-color: #0D689B;
}
.TagClassName
{
border-color: #0D689B;
}
</style>