Shades of Cerulean #0D7FAC
Tints of Cerulean #0D7FAC
RGB
CMYK
RGB Variations
Color information
#0D7FAC (or 0x0D7FAC) is known color: Cerulean. HEX triplet: 0D, 7F and AC. RGB value is (13,127,172). Sum of RGB (Red+Green+Blue) = 13+127+172=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D7FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7FAC is #F28053. Grayscale: #616161. Windows color (decimal): -15892564 or 11304717. OLE color: 11304717.
HSL color Cylindrical-coordinate representation of color #0D7FAC: hue angle of 196.98º 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 #0D7FAC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 127 | 172 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.33 |
| HSL | 196.98º | 0.86% | 0.36% | - |
| HSV(B) | 196.98º | 0.92% | 0.67% | - |
| XYZ | 15.2 | 18.24 | 41.75 | - |
| YUV | 98.04 | 169.73 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 172 | 0.92 | 0.26 | 0 | 0.33 | 196.98 | 0.86 | 0.36 |
| Hex | D | 7F | AC | 5C | 1A | 0 | 21 | C5 | 56 | 24 |
| Octal | 15 | 177 | 254 | 134 | 32 | 0 | 41 | 305 | 126 | 44 |
| Binary | 1101 | 1111111 | 10101100 | 1011100 | 11010 | 0 | 100001 | 11000101 | 1010110 | 100100 |
Color Harmonies of #0D7FAC
Complementary color
Monochromatic Colors of #0D7FAC
Black with #0D7FAC
Text Example
Text Example
White with #0D7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FAC; }
p { color: rgb(13,127,172); }
H1.HeaderClassName
{
color: #0D7FAC;
}
.AnyTagClassName
{
color: #0D7FAC;
}
</style>
background-color css
<style>
a { background-color: #0D7FAC; }
a { background-color: rgb(13,127,172); }
div.DivClassName
{
background-color: #0D7FAC;
}
.BgClassName
{
background-color: #0D7FAC;
}
</style>
border-color css
<style>
span { border-color: #0D7FAC; }
span { border-color: rgb(13,127,172); }
td.TdClassName
{
border-color: #0D7FAC;
}
.TagClassName
{
border-color: #0D7FAC;
}
</style>