Shades of Cerulean #047BAF
Tints of Cerulean #047BAF
RGB
CMYK
RGB Variations
Color information
#047BAF (or 0x047BAF) is known color: Cerulean. HEX triplet: 04, 7B and AF. RGB value is (4,123,175). Sum of RGB (Red+Green+Blue) = 4+123+175=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #047BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BAF is #FB8450. Grayscale: #5D5D5D. Windows color (decimal): -16483409 or 11500292. OLE color: 11500292.
HSL color Cylindrical-coordinate representation of color #047BAF: hue angle of 198.25º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BAF is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 123 | 175 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.31 |
| HSL | 198.25º | 0.96% | 0.35% | - |
| HSV(B) | 198.25º | 0.98% | 0.69% | - |
| XYZ | 14.87 | 17.29 | 43.11 | - |
| YUV | 93.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 175 | 0.98 | 0.30 | 0 | 0.31 | 198.25 | 0.96 | 0.35 |
| Hex | 4 | 7B | AF | 62 | 1E | 0 | 1F | C6 | 60 | 23 |
| Octal | 4 | 173 | 257 | 142 | 36 | 0 | 37 | 306 | 140 | 43 |
| Binary | 100 | 1111011 | 10101111 | 1100010 | 11110 | 0 | 11111 | 11000110 | 1100000 | 100011 |
Color Harmonies of #047BAF
Complementary color
Monochromatic Colors of #047BAF
Black with #047BAF
Text Example
Text Example
White with #047BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BAF; }
p { color: rgb(4,123,175); }
H1.HeaderClassName
{
color: #047BAF;
}
.AnyTagClassName
{
color: #047BAF;
}
</style>
background-color css
<style>
a { background-color: #047BAF; }
a { background-color: rgb(4,123,175); }
div.DivClassName
{
background-color: #047BAF;
}
.BgClassName
{
background-color: #047BAF;
}
</style>
border-color css
<style>
span { border-color: #047BAF; }
span { border-color: rgb(4,123,175); }
td.TdClassName
{
border-color: #047BAF;
}
.TagClassName
{
border-color: #047BAF;
}
</style>