Shades of Cerulean #037DB6
Tints of Cerulean #037DB6
RGB
CMYK
RGB Variations
Color information
#037DB6 (or 0x037DB6) is known color: Cerulean. HEX triplet: 03, 7D and B6. RGB value is (3,125,182). Sum of RGB (Red+Green+Blue) = 3+125+182=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #037DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DB6 is #FC8249. Grayscale: #5E5E5E. Windows color (decimal): -16548426 or 11959555. OLE color: 11959555.
HSL color Cylindrical-coordinate representation of color #037DB6: hue angle of 199.11º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DB6 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 125 | 182 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.29 |
| HSL | 199.11º | 0.97% | 0.36% | - |
| HSV(B) | 199.11º | 0.98% | 0.71% | - |
| XYZ | 15.81 | 18.06 | 46.91 | - |
| YUV | 95.02 | 177.08 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 182 | 0.98 | 0.31 | 0 | 0.29 | 199.11 | 0.97 | 0.36 |
| Hex | 3 | 7D | B6 | 62 | 1F | 0 | 1D | C7 | 61 | 24 |
| Octal | 3 | 175 | 266 | 142 | 37 | 0 | 35 | 307 | 141 | 44 |
| Binary | 11 | 1111101 | 10110110 | 1100010 | 11111 | 0 | 11101 | 11000111 | 1100001 | 100100 |
Color Harmonies of #037DB6
Complementary color
Monochromatic Colors of #037DB6
Black with #037DB6
Text Example
Text Example
White with #037DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DB6; }
p { color: rgb(3,125,182); }
H1.HeaderClassName
{
color: #037DB6;
}
.AnyTagClassName
{
color: #037DB6;
}
</style>
background-color css
<style>
a { background-color: #037DB6; }
a { background-color: rgb(3,125,182); }
div.DivClassName
{
background-color: #037DB6;
}
.BgClassName
{
background-color: #037DB6;
}
</style>
border-color css
<style>
span { border-color: #037DB6; }
span { border-color: rgb(3,125,182); }
td.TdClassName
{
border-color: #037DB6;
}
.TagClassName
{
border-color: #037DB6;
}
</style>