Shades of Cerulean #037FA7
Tints of Cerulean #037FA7
RGB
CMYK
RGB Variations
Color information
#037FA7 (or 0x037FA7) is known color: Cerulean. HEX triplet: 03, 7F and A7. RGB value is (3,127,167). Sum of RGB (Red+Green+Blue) = 3+127+167=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #037FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037FA7 is #FC8058. Grayscale: #5E5E5E. Windows color (decimal): -16547929 or 10977027. OLE color: 10977027.
HSL color Cylindrical-coordinate representation of color #037FA7: hue angle of 194.63º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FA7 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 127 | 167 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.35 |
| HSL | 194.63º | 0.96% | 0.33% | - |
| HSV(B) | 194.63º | 0.98% | 0.65% | - |
| XYZ | 14.6 | 17.99 | 39.26 | - |
| YUV | 94.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 167 | 0.98 | 0.24 | 0 | 0.35 | 194.63 | 0.96 | 0.33 |
| Hex | 3 | 7F | A7 | 62 | 18 | 0 | 23 | C3 | 60 | 21 |
| Octal | 3 | 177 | 247 | 142 | 30 | 0 | 43 | 303 | 140 | 41 |
| Binary | 11 | 1111111 | 10100111 | 1100010 | 11000 | 0 | 100011 | 11000011 | 1100000 | 100001 |
Color Harmonies of #037FA7
Complementary color
Monochromatic Colors of #037FA7
Black with #037FA7
Text Example
Text Example
White with #037FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FA7; }
p { color: rgb(3,127,167); }
H1.HeaderClassName
{
color: #037FA7;
}
.AnyTagClassName
{
color: #037FA7;
}
</style>
background-color css
<style>
a { background-color: #037FA7; }
a { background-color: rgb(3,127,167); }
div.DivClassName
{
background-color: #037FA7;
}
.BgClassName
{
background-color: #037FA7;
}
</style>
border-color css
<style>
span { border-color: #037FA7; }
span { border-color: rgb(3,127,167); }
td.TdClassName
{
border-color: #037FA7;
}
.TagClassName
{
border-color: #037FA7;
}
</style>