Shades of Cerulean #037FC1
Tints of Cerulean #037FC1
RGB
CMYK
RGB Variations
Color information
#037FC1 (or 0x037FC1) is known color: Cerulean. HEX triplet: 03, 7F and C1. RGB value is (3,127,193). Sum of RGB (Red+Green+Blue) = 3+127+193=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #037FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FC1 is #FC803E. Grayscale: #616161. Windows color (decimal): -16547903 or 12680963. OLE color: 12680963.
HSL color Cylindrical-coordinate representation of color #037FC1: hue angle of 200.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FC1 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 127 | 193 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.24 |
| HSL | 200.84º | 0.97% | 0.38% | - |
| HSV(B) | 200.84º | 0.98% | 0.76% | - |
| XYZ | 17.25 | 19.05 | 53.22 | - |
| YUV | 97.45 | 181.92 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 193 | 0.98 | 0.34 | 0 | 0.24 | 200.84 | 0.97 | 0.38 |
| Hex | 3 | 7F | C1 | 62 | 22 | 0 | 18 | C9 | 61 | 26 |
| Octal | 3 | 177 | 301 | 142 | 42 | 0 | 30 | 311 | 141 | 46 |
| Binary | 11 | 1111111 | 11000001 | 1100010 | 100010 | 0 | 11000 | 11001001 | 1100001 | 100110 |
Color Harmonies of #037FC1
Complementary color
Monochromatic Colors of #037FC1
Black with #037FC1
Text Example
Text Example
White with #037FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FC1; }
p { color: rgb(3,127,193); }
H1.HeaderClassName
{
color: #037FC1;
}
.AnyTagClassName
{
color: #037FC1;
}
</style>
background-color css
<style>
a { background-color: #037FC1; }
a { background-color: rgb(3,127,193); }
div.DivClassName
{
background-color: #037FC1;
}
.BgClassName
{
background-color: #037FC1;
}
</style>
border-color css
<style>
span { border-color: #037FC1; }
span { border-color: rgb(3,127,193); }
td.TdClassName
{
border-color: #037FC1;
}
.TagClassName
{
border-color: #037FC1;
}
</style>