Shades of Cerulean #0D7EAC
Tints of Cerulean #0D7EAC
RGB
CMYK
RGB Variations
Color information
#0D7EAC (or 0x0D7EAC) is known color: Cerulean. HEX triplet: 0D, 7E and AC. RGB value is (13,126,172). Sum of RGB (Red+Green+Blue) = 13+126+172=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D7EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7EAC is #F28153. Grayscale: #616161. Windows color (decimal): -15892820 or 11304461. OLE color: 11304461.
HSL color Cylindrical-coordinate representation of color #0D7EAC: hue angle of 197.36º 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 #0D7EAC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 126 | 172 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.33 |
| HSL | 197.36º | 0.86% | 0.36% | - |
| HSV(B) | 197.36º | 0.92% | 0.67% | - |
| XYZ | 15.07 | 17.99 | 41.71 | - |
| YUV | 97.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 172 | 0.92 | 0.27 | 0 | 0.33 | 197.36 | 0.86 | 0.36 |
| Hex | D | 7E | AC | 5C | 1B | 0 | 21 | C5 | 56 | 24 |
| Octal | 15 | 176 | 254 | 134 | 33 | 0 | 41 | 305 | 126 | 44 |
| Binary | 1101 | 1111110 | 10101100 | 1011100 | 11011 | 0 | 100001 | 11000101 | 1010110 | 100100 |
Color Harmonies of #0D7EAC
Complementary color
Monochromatic Colors of #0D7EAC
Black with #0D7EAC
Text Example
Text Example
White with #0D7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7EAC; }
p { color: rgb(13,126,172); }
H1.HeaderClassName
{
color: #0D7EAC;
}
.AnyTagClassName
{
color: #0D7EAC;
}
</style>
background-color css
<style>
a { background-color: #0D7EAC; }
a { background-color: rgb(13,126,172); }
div.DivClassName
{
background-color: #0D7EAC;
}
.BgClassName
{
background-color: #0D7EAC;
}
</style>
border-color css
<style>
span { border-color: #0D7EAC; }
span { border-color: rgb(13,126,172); }
td.TdClassName
{
border-color: #0D7EAC;
}
.TagClassName
{
border-color: #0D7EAC;
}
</style>