Shades of Cerulean #0D77AA
Tints of Cerulean #0D77AA
RGB
CMYK
RGB Variations
Color information
#0D77AA (or 0x0D77AA) is known color: Cerulean. HEX triplet: 0D, 77 and AA. RGB value is (13,119,170). Sum of RGB (Red+Green+Blue) = 13+119+170=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D77AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D77AA is #F28855. Grayscale: #5C5C5C. Windows color (decimal): -15894614 or 11171597. OLE color: 11171597.
HSL color Cylindrical-coordinate representation of color #0D77AA: hue angle of 199.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D77AA is Cyan = 0.92, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 119 | 170 | - |
| CMYK | 0.92 | 0.3 | 0 | 0.33 |
| HSL | 199.49º | 0.86% | 0.36% | - |
| HSV(B) | 199.49º | 0.92% | 0.67% | - |
| XYZ | 14.02 | 16.18 | 40.41 | - |
| YUV | 93.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 170 | 0.92 | 0.3 | 0 | 0.33 | 199.49 | 0.86 | 0.36 |
| Hex | D | 77 | AA | 5C | 1E | 0 | 21 | C7 | 56 | 24 |
| Octal | 15 | 167 | 252 | 134 | 36 | 0 | 41 | 307 | 126 | 44 |
| Binary | 1101 | 1110111 | 10101010 | 1011100 | 11110 | 0 | 100001 | 11000111 | 1010110 | 100100 |
Color Harmonies of #0D77AA
Complementary color
Monochromatic Colors of #0D77AA
Black with #0D77AA
Text Example
Text Example
White with #0D77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D77AA; }
p { color: rgb(13,119,170); }
H1.HeaderClassName
{
color: #0D77AA;
}
.AnyTagClassName
{
color: #0D77AA;
}
</style>
background-color css
<style>
a { background-color: #0D77AA; }
a { background-color: rgb(13,119,170); }
div.DivClassName
{
background-color: #0D77AA;
}
.BgClassName
{
background-color: #0D77AA;
}
</style>
border-color css
<style>
span { border-color: #0D77AA; }
span { border-color: rgb(13,119,170); }
td.TdClassName
{
border-color: #0D77AA;
}
.TagClassName
{
border-color: #0D77AA;
}
</style>