Shades of Cerulean #0D77AD
Tints of Cerulean #0D77AD
RGB
CMYK
RGB Variations
Color information
#0D77AD (or 0x0D77AD) is known color: Cerulean. HEX triplet: 0D, 77 and AD. RGB value is (13,119,173). Sum of RGB (Red+Green+Blue) = 13+119+173=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D77AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D77AD is #F28852. Grayscale: #5D5D5D. Windows color (decimal): -15894611 or 11368205. OLE color: 11368205.
HSL color Cylindrical-coordinate representation of color #0D77AD: hue angle of 200.25º 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 #0D77AD is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 119 | 173 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.32 |
| HSL | 200.25º | 0.86% | 0.36% | - |
| HSV(B) | 200.25º | 0.92% | 0.68% | - |
| XYZ | 14.31 | 16.3 | 41.93 | - |
| YUV | 93.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 173 | 0.92 | 0.31 | 0 | 0.32 | 200.25 | 0.86 | 0.36 |
| Hex | D | 77 | AD | 5C | 1F | 0 | 20 | C8 | 56 | 24 |
| Octal | 15 | 167 | 255 | 134 | 37 | 0 | 40 | 310 | 126 | 44 |
| Binary | 1101 | 1110111 | 10101101 | 1011100 | 11111 | 0 | 100000 | 11001000 | 1010110 | 100100 |
Color Harmonies of #0D77AD
Complementary color
Monochromatic Colors of #0D77AD
Black with #0D77AD
Text Example
Text Example
White with #0D77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D77AD; }
p { color: rgb(13,119,173); }
H1.HeaderClassName
{
color: #0D77AD;
}
.AnyTagClassName
{
color: #0D77AD;
}
</style>
background-color css
<style>
a { background-color: #0D77AD; }
a { background-color: rgb(13,119,173); }
div.DivClassName
{
background-color: #0D77AD;
}
.BgClassName
{
background-color: #0D77AD;
}
</style>
border-color css
<style>
span { border-color: #0D77AD; }
span { border-color: rgb(13,119,173); }
td.TdClassName
{
border-color: #0D77AD;
}
.TagClassName
{
border-color: #0D77AD;
}
</style>