Shades of Cerulean #037BA1
Tints of Cerulean #037BA1
RGB
CMYK
RGB Variations
Color information
#037BA1 (or 0x037BA1) is known color: Cerulean. HEX triplet: 03, 7B and A1. RGB value is (3,123,161). Sum of RGB (Red+Green+Blue) = 3+123+161=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #037BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037BA1 is #FC845E. Grayscale: #5B5B5B. Windows color (decimal): -16548959 or 10582787. OLE color: 10582787.
HSL color Cylindrical-coordinate representation of color #037BA1: hue angle of 194.43º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037BA1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 123 | 161 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.37 |
| HSL | 194.43º | 0.96% | 0.32% | - |
| HSV(B) | 194.43º | 0.98% | 0.63% | - |
| XYZ | 13.55 | 16.76 | 36.24 | - |
| YUV | 91.45 | 167.24 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 161 | 0.98 | 0.24 | 0 | 0.37 | 194.43 | 0.96 | 0.32 |
| Hex | 3 | 7B | A1 | 62 | 18 | 0 | 25 | C2 | 60 | 20 |
| Octal | 3 | 173 | 241 | 142 | 30 | 0 | 45 | 302 | 140 | 40 |
| Binary | 11 | 1111011 | 10100001 | 1100010 | 11000 | 0 | 100101 | 11000010 | 1100000 | 100000 |
Color Harmonies of #037BA1
Complementary color
Monochromatic Colors of #037BA1
Black with #037BA1
Text Example
Text Example
White with #037BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BA1; }
p { color: rgb(3,123,161); }
H1.HeaderClassName
{
color: #037BA1;
}
.AnyTagClassName
{
color: #037BA1;
}
</style>
background-color css
<style>
a { background-color: #037BA1; }
a { background-color: rgb(3,123,161); }
div.DivClassName
{
background-color: #037BA1;
}
.BgClassName
{
background-color: #037BA1;
}
</style>
border-color css
<style>
span { border-color: #037BA1; }
span { border-color: rgb(3,123,161); }
td.TdClassName
{
border-color: #037BA1;
}
.TagClassName
{
border-color: #037BA1;
}
</style>