Shades of Cerulean #037CBA
Tints of Cerulean #037CBA
RGB
CMYK
RGB Variations
Color information
#037CBA (or 0x037CBA) is known color: Cerulean. HEX triplet: 03, 7C and BA. RGB value is (3,124,186). Sum of RGB (Red+Green+Blue) = 3+124+186=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #037CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CBA is #FC8345. Grayscale: #5E5E5E. Windows color (decimal): -16548678 or 12221443. OLE color: 12221443.
HSL color Cylindrical-coordinate representation of color #037CBA: hue angle of 200.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CBA is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 124 | 186 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.27 |
| HSL | 200.33º | 0.97% | 0.37% | - |
| HSV(B) | 200.33º | 0.98% | 0.73% | - |
| XYZ | 16.11 | 17.98 | 49.08 | - |
| YUV | 94.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 186 | 0.98 | 0.33 | 0 | 0.27 | 200.33 | 0.97 | 0.37 |
| Hex | 3 | 7C | BA | 62 | 21 | 0 | 1B | C8 | 61 | 25 |
| Octal | 3 | 174 | 272 | 142 | 41 | 0 | 33 | 310 | 141 | 45 |
| Binary | 11 | 1111100 | 10111010 | 1100010 | 100001 | 0 | 11011 | 11001000 | 1100001 | 100101 |
Color Harmonies of #037CBA
Complementary color
Monochromatic Colors of #037CBA
Black with #037CBA
Text Example
Text Example
White with #037CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CBA; }
p { color: rgb(3,124,186); }
H1.HeaderClassName
{
color: #037CBA;
}
.AnyTagClassName
{
color: #037CBA;
}
</style>
background-color css
<style>
a { background-color: #037CBA; }
a { background-color: rgb(3,124,186); }
div.DivClassName
{
background-color: #037CBA;
}
.BgClassName
{
background-color: #037CBA;
}
</style>
border-color css
<style>
span { border-color: #037CBA; }
span { border-color: rgb(3,124,186); }
td.TdClassName
{
border-color: #037CBA;
}
.TagClassName
{
border-color: #037CBA;
}
</style>