Shades of Cerulean #0D74AC
Tints of Cerulean #0D74AC
RGB
CMYK
RGB Variations
Color information
#0D74AC (or 0x0D74AC) is known color: Cerulean. HEX triplet: 0D, 74 and AC. RGB value is (13,116,172). Sum of RGB (Red+Green+Blue) = 13+116+172=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D74AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D74AC is #F28B53. Grayscale: #5B5B5B. Windows color (decimal): -15895380 or 11301901. OLE color: 11301901.
HSL color Cylindrical-coordinate representation of color #0D74AC: hue angle of 201.13º 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 #0D74AC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 116 | 172 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.33 |
| HSL | 201.13º | 0.86% | 0.36% | - |
| HSV(B) | 201.13º | 0.92% | 0.67% | - |
| XYZ | 13.86 | 15.55 | 41.3 | - |
| YUV | 91.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 172 | 0.92 | 0.33 | 0 | 0.33 | 201.13 | 0.86 | 0.36 |
| Hex | D | 74 | AC | 5C | 21 | 0 | 21 | C9 | 56 | 24 |
| Octal | 15 | 164 | 254 | 134 | 41 | 0 | 41 | 311 | 126 | 44 |
| Binary | 1101 | 1110100 | 10101100 | 1011100 | 100001 | 0 | 100001 | 11001001 | 1010110 | 100100 |
Color Harmonies of #0D74AC
Complementary color
Monochromatic Colors of #0D74AC
Black with #0D74AC
Text Example
Text Example
White with #0D74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D74AC; }
p { color: rgb(13,116,172); }
H1.HeaderClassName
{
color: #0D74AC;
}
.AnyTagClassName
{
color: #0D74AC;
}
</style>
background-color css
<style>
a { background-color: #0D74AC; }
a { background-color: rgb(13,116,172); }
div.DivClassName
{
background-color: #0D74AC;
}
.BgClassName
{
background-color: #0D74AC;
}
</style>
border-color css
<style>
span { border-color: #0D74AC; }
span { border-color: rgb(13,116,172); }
td.TdClassName
{
border-color: #0D74AC;
}
.TagClassName
{
border-color: #0D74AC;
}
</style>