Shades of Cerulean #0D75AD
Tints of Cerulean #0D75AD
RGB
CMYK
RGB Variations
Color information
#0D75AD (or 0x0D75AD) is known color: Cerulean. HEX triplet: 0D, 75 and AD. RGB value is (13,117,173). Sum of RGB (Red+Green+Blue) = 13+117+173=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D75AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D75AD is #F28A52. Grayscale: #5B5B5B. Windows color (decimal): -15895123 or 11367693. OLE color: 11367693.
HSL color Cylindrical-coordinate representation of color #0D75AD: hue angle of 201º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D75AD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 117 | 173 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.32 |
| HSL | 201º | 0.86% | 0.36% | - |
| HSV(B) | 201º | 0.92% | 0.68% | - |
| XYZ | 14.07 | 15.83 | 41.85 | - |
| YUV | 92.29 | 173.54 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 173 | 0.92 | 0.32 | 0 | 0.32 | 201 | 0.86 | 0.36 |
| Hex | D | 75 | AD | 5C | 20 | 0 | 20 | C9 | 56 | 24 |
| Octal | 15 | 165 | 255 | 134 | 40 | 0 | 40 | 311 | 126 | 44 |
| Binary | 1101 | 1110101 | 10101101 | 1011100 | 100000 | 0 | 100000 | 11001001 | 1010110 | 100100 |
Color Harmonies of #0D75AD
Complementary color
Monochromatic Colors of #0D75AD
Black with #0D75AD
Text Example
Text Example
White with #0D75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D75AD; }
p { color: rgb(13,117,173); }
H1.HeaderClassName
{
color: #0D75AD;
}
.AnyTagClassName
{
color: #0D75AD;
}
</style>
background-color css
<style>
a { background-color: #0D75AD; }
a { background-color: rgb(13,117,173); }
div.DivClassName
{
background-color: #0D75AD;
}
.BgClassName
{
background-color: #0D75AD;
}
</style>
border-color css
<style>
span { border-color: #0D75AD; }
span { border-color: rgb(13,117,173); }
td.TdClassName
{
border-color: #0D75AD;
}
.TagClassName
{
border-color: #0D75AD;
}
</style>