Shades of Cerulean #0D73AF
Tints of Cerulean #0D73AF
RGB
CMYK
RGB Variations
Color information
#0D73AF (or 0x0D73AF) is known color: Cerulean. HEX triplet: 0D, 73 and AF. RGB value is (13,115,175). Sum of RGB (Red+Green+Blue) = 13+115+175=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D73AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D73AF is #F28C50. Grayscale: #5B5B5B. Windows color (decimal): -15895633 or 11498253. OLE color: 11498253.
HSL color Cylindrical-coordinate representation of color #0D73AF: hue angle of 202.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D73AF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 115 | 175 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.31 |
| HSL | 202.22º | 0.86% | 0.37% | - |
| HSV(B) | 202.22º | 0.93% | 0.69% | - |
| XYZ | 14.03 | 15.44 | 42.8 | - |
| YUV | 91.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 175 | 0.93 | 0.34 | 0 | 0.31 | 202.22 | 0.86 | 0.37 |
| Hex | D | 73 | AF | 5D | 22 | 0 | 1F | CA | 56 | 25 |
| Octal | 15 | 163 | 257 | 135 | 42 | 0 | 37 | 312 | 126 | 45 |
| Binary | 1101 | 1110011 | 10101111 | 1011101 | 100010 | 0 | 11111 | 11001010 | 1010110 | 100101 |
Color Harmonies of #0D73AF
Complementary color
Monochromatic Colors of #0D73AF
Black with #0D73AF
Text Example
Text Example
White with #0D73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D73AF; }
p { color: rgb(13,115,175); }
H1.HeaderClassName
{
color: #0D73AF;
}
.AnyTagClassName
{
color: #0D73AF;
}
</style>
background-color css
<style>
a { background-color: #0D73AF; }
a { background-color: rgb(13,115,175); }
div.DivClassName
{
background-color: #0D73AF;
}
.BgClassName
{
background-color: #0D73AF;
}
</style>
border-color css
<style>
span { border-color: #0D73AF; }
span { border-color: rgb(13,115,175); }
td.TdClassName
{
border-color: #0D73AF;
}
.TagClassName
{
border-color: #0D73AF;
}
</style>