Shades of Cerulean #037BAA
Tints of Cerulean #037BAA
RGB
CMYK
RGB Variations
Color information
#037BAA (or 0x037BAA) is known color: Cerulean. HEX triplet: 03, 7B and AA. RGB value is (3,123,170). Sum of RGB (Red+Green+Blue) = 3+123+170=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #037BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037BAA is #FC8455. Grayscale: #5C5C5C. Windows color (decimal): -16548950 or 11172611. OLE color: 11172611.
HSL color Cylindrical-coordinate representation of color #037BAA: hue angle of 196.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037BAA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 123 | 170 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.33 |
| HSL | 196.89º | 0.97% | 0.34% | - |
| HSV(B) | 196.89º | 0.98% | 0.67% | - |
| XYZ | 14.38 | 17.09 | 40.57 | - |
| YUV | 92.48 | 171.74 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 170 | 0.98 | 0.28 | 0 | 0.33 | 196.89 | 0.97 | 0.34 |
| Hex | 3 | 7B | AA | 62 | 1C | 0 | 21 | C5 | 61 | 22 |
| Octal | 3 | 173 | 252 | 142 | 34 | 0 | 41 | 305 | 141 | 42 |
| Binary | 11 | 1111011 | 10101010 | 1100010 | 11100 | 0 | 100001 | 11000101 | 1100001 | 100010 |
Color Harmonies of #037BAA
Complementary color
Monochromatic Colors of #037BAA
Black with #037BAA
Text Example
Text Example
White with #037BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BAA; }
p { color: rgb(3,123,170); }
H1.HeaderClassName
{
color: #037BAA;
}
.AnyTagClassName
{
color: #037BAA;
}
</style>
background-color css
<style>
a { background-color: #037BAA; }
a { background-color: rgb(3,123,170); }
div.DivClassName
{
background-color: #037BAA;
}
.BgClassName
{
background-color: #037BAA;
}
</style>
border-color css
<style>
span { border-color: #037BAA; }
span { border-color: rgb(3,123,170); }
td.TdClassName
{
border-color: #037BAA;
}
.TagClassName
{
border-color: #037BAA;
}
</style>