Shades of Dark Cerulean #0D5A91
Tints of Dark Cerulean #0D5A91
RGB
CMYK
RGB Variations
Color information
#0D5A91 (or 0x0D5A91) is known color: Dark Cerulean. HEX triplet: 0D, 5A and 91. RGB value is (13,90,145). Sum of RGB (Red+Green+Blue) = 13+90+145=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D5A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5A91 is #F2A56E. Grayscale: #484848. Windows color (decimal): -15902063 or 9525773. OLE color: 9525773.
HSL color Cylindrical-coordinate representation of color #0D5A91: hue angle of 205º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5A91 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 90 | 145 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.43 |
| HSL | 205º | 0.84% | 0.31% | - |
| HSV(B) | 205º | 0.91% | 0.57% | - |
| XYZ | 8.93 | 9.44 | 28.14 | - |
| YUV | 73.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 145 | 0.91 | 0.38 | 0 | 0.43 | 205 | 0.84 | 0.31 |
| Hex | D | 5A | 91 | 5B | 26 | 0 | 2B | CD | 54 | 1F |
| Octal | 15 | 132 | 221 | 133 | 46 | 0 | 53 | 315 | 124 | 37 |
| Binary | 1101 | 1011010 | 10010001 | 1011011 | 100110 | 0 | 101011 | 11001101 | 1010100 | 11111 |
Color Harmonies of #0D5A91
Complementary color
Monochromatic Colors of #0D5A91
Black with #0D5A91
Text Example
Text Example
White with #0D5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A91; }
p { color: rgb(13,90,145); }
H1.HeaderClassName
{
color: #0D5A91;
}
.AnyTagClassName
{
color: #0D5A91;
}
</style>
background-color css
<style>
a { background-color: #0D5A91; }
a { background-color: rgb(13,90,145); }
div.DivClassName
{
background-color: #0D5A91;
}
.BgClassName
{
background-color: #0D5A91;
}
</style>
border-color css
<style>
span { border-color: #0D5A91; }
span { border-color: rgb(13,90,145); }
td.TdClassName
{
border-color: #0D5A91;
}
.TagClassName
{
border-color: #0D5A91;
}
</style>