Shades of Cerulean #037FBA
Tints of Cerulean #037FBA
RGB
CMYK
RGB Variations
Color information
#037FBA (or 0x037FBA) is known color: Cerulean. HEX triplet: 03, 7F and BA. RGB value is (3,127,186). Sum of RGB (Red+Green+Blue) = 3+127+186=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #037FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FBA is #FC8045. Grayscale: #606060. Windows color (decimal): -16547910 or 12222211. OLE color: 12222211.
HSL color Cylindrical-coordinate representation of color #037FBA: hue angle of 199.34º 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 #037FBA is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 127 | 186 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.27 |
| HSL | 199.34º | 0.97% | 0.37% | - |
| HSV(B) | 199.34º | 0.98% | 0.73% | - |
| XYZ | 16.49 | 18.74 | 49.2 | - |
| YUV | 96.65 | 178.42 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 186 | 0.98 | 0.32 | 0 | 0.27 | 199.34 | 0.97 | 0.37 |
| Hex | 3 | 7F | BA | 62 | 20 | 0 | 1B | C7 | 61 | 25 |
| Octal | 3 | 177 | 272 | 142 | 40 | 0 | 33 | 307 | 141 | 45 |
| Binary | 11 | 1111111 | 10111010 | 1100010 | 100000 | 0 | 11011 | 11000111 | 1100001 | 100101 |
Color Harmonies of #037FBA
Complementary color
Monochromatic Colors of #037FBA
Black with #037FBA
Text Example
Text Example
White with #037FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FBA; }
p { color: rgb(3,127,186); }
H1.HeaderClassName
{
color: #037FBA;
}
.AnyTagClassName
{
color: #037FBA;
}
</style>
background-color css
<style>
a { background-color: #037FBA; }
a { background-color: rgb(3,127,186); }
div.DivClassName
{
background-color: #037FBA;
}
.BgClassName
{
background-color: #037FBA;
}
</style>
border-color css
<style>
span { border-color: #037FBA; }
span { border-color: rgb(3,127,186); }
td.TdClassName
{
border-color: #037FBA;
}
.TagClassName
{
border-color: #037FBA;
}
</style>