Shades of Cerulean #036FA1
Tints of Cerulean #036FA1
RGB
CMYK
RGB Variations
Color information
#036FA1 (or 0x036FA1) is known color: Cerulean. HEX triplet: 03, 6F and A1. RGB value is (3,111,161). Sum of RGB (Red+Green+Blue) = 3+111+161=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #036FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036FA1 is #FC905E. Grayscale: #545454. Windows color (decimal): -16552031 or 10579715. OLE color: 10579715.
HSL color Cylindrical-coordinate representation of color #036FA1: hue angle of 198.99º 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 #036FA1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 111 | 161 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.37 |
| HSL | 198.99º | 0.96% | 0.32% | - |
| HSV(B) | 198.99º | 0.98% | 0.63% | - |
| XYZ | 12.16 | 13.96 | 35.77 | - |
| YUV | 84.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 161 | 0.98 | 0.31 | 0 | 0.37 | 198.99 | 0.96 | 0.32 |
| Hex | 3 | 6F | A1 | 62 | 1F | 0 | 25 | C7 | 60 | 20 |
| Octal | 3 | 157 | 241 | 142 | 37 | 0 | 45 | 307 | 140 | 40 |
| Binary | 11 | 1101111 | 10100001 | 1100010 | 11111 | 0 | 100101 | 11000111 | 1100000 | 100000 |
Color Harmonies of #036FA1
Complementary color
Monochromatic Colors of #036FA1
Black with #036FA1
Text Example
Text Example
White with #036FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FA1; }
p { color: rgb(3,111,161); }
H1.HeaderClassName
{
color: #036FA1;
}
.AnyTagClassName
{
color: #036FA1;
}
</style>
background-color css
<style>
a { background-color: #036FA1; }
a { background-color: rgb(3,111,161); }
div.DivClassName
{
background-color: #036FA1;
}
.BgClassName
{
background-color: #036FA1;
}
</style>
border-color css
<style>
span { border-color: #036FA1; }
span { border-color: rgb(3,111,161); }
td.TdClassName
{
border-color: #036FA1;
}
.TagClassName
{
border-color: #036FA1;
}
</style>