Shades of Cerulean #0D73AD
Tints of Cerulean #0D73AD
RGB
CMYK
RGB Variations
Color information
#0D73AD (or 0x0D73AD) is known color: Cerulean. HEX triplet: 0D, 73 and AD. RGB value is (13,115,173). Sum of RGB (Red+Green+Blue) = 13+115+173=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D73AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D73AD is #F28C52. Grayscale: #5A5A5A. Windows color (decimal): -15895635 or 11367181. OLE color: 11367181.
HSL color Cylindrical-coordinate representation of color #0D73AD: hue angle of 201.75º 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 #0D73AD is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 115 | 173 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.32 |
| HSL | 201.75º | 0.86% | 0.36% | - |
| HSV(B) | 201.75º | 0.92% | 0.68% | - |
| XYZ | 13.84 | 15.36 | 41.77 | - |
| YUV | 91.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 173 | 0.92 | 0.34 | 0 | 0.32 | 201.75 | 0.86 | 0.36 |
| Hex | D | 73 | AD | 5C | 22 | 0 | 20 | CA | 56 | 24 |
| Octal | 15 | 163 | 255 | 134 | 42 | 0 | 40 | 312 | 126 | 44 |
| Binary | 1101 | 1110011 | 10101101 | 1011100 | 100010 | 0 | 100000 | 11001010 | 1010110 | 100100 |
Color Harmonies of #0D73AD
Complementary color
Monochromatic Colors of #0D73AD
Black with #0D73AD
Text Example
Text Example
White with #0D73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D73AD; }
p { color: rgb(13,115,173); }
H1.HeaderClassName
{
color: #0D73AD;
}
.AnyTagClassName
{
color: #0D73AD;
}
</style>
background-color css
<style>
a { background-color: #0D73AD; }
a { background-color: rgb(13,115,173); }
div.DivClassName
{
background-color: #0D73AD;
}
.BgClassName
{
background-color: #0D73AD;
}
</style>
border-color css
<style>
span { border-color: #0D73AD; }
span { border-color: rgb(13,115,173); }
td.TdClassName
{
border-color: #0D73AD;
}
.TagClassName
{
border-color: #0D73AD;
}
</style>