Shades of Cerulean #03799B
Tints of Cerulean #03799B
RGB
CMYK
RGB Variations
Color information
#03799B (or 0x03799B) is known color: Cerulean. HEX triplet: 03, 79 and 9B. RGB value is (3,121,155). Sum of RGB (Red+Green+Blue) = 3+121+155=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #03799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03799B is #FC8664. Grayscale: #595959. Windows color (decimal): -16549477 or 10189059. OLE color: 10189059.
HSL color Cylindrical-coordinate representation of color #03799B: hue angle of 193.42º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03799B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 121 | 155 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.39 |
| HSL | 193.42º | 0.96% | 0.31% | - |
| HSV(B) | 193.42º | 0.98% | 0.61% | - |
| XYZ | 12.79 | 16.06 | 33.44 | - |
| YUV | 89.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 155 | 0.98 | 0.22 | 0 | 0.39 | 193.42 | 0.96 | 0.31 |
| Hex | 3 | 79 | 9B | 62 | 16 | 0 | 27 | C1 | 60 | 1F |
| Octal | 3 | 171 | 233 | 142 | 26 | 0 | 47 | 301 | 140 | 37 |
| Binary | 11 | 1111001 | 10011011 | 1100010 | 10110 | 0 | 100111 | 11000001 | 1100000 | 11111 |
Color Harmonies of #03799B
Complementary color
Monochromatic Colors of #03799B
Black with #03799B
Text Example
Text Example
White with #03799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03799B; }
p { color: rgb(3,121,155); }
H1.HeaderClassName
{
color: #03799B;
}
.AnyTagClassName
{
color: #03799B;
}
</style>
background-color css
<style>
a { background-color: #03799B; }
a { background-color: rgb(3,121,155); }
div.DivClassName
{
background-color: #03799B;
}
.BgClassName
{
background-color: #03799B;
}
</style>
border-color css
<style>
span { border-color: #03799B; }
span { border-color: rgb(3,121,155); }
td.TdClassName
{
border-color: #03799B;
}
.TagClassName
{
border-color: #03799B;
}
</style>