Shades of Cerulean #0475AA
Tints of Cerulean #0475AA
RGB
CMYK
RGB Variations
Color information
#0475AA (or 0x0475AA) is known color: Cerulean. HEX triplet: 04, 75 and AA. RGB value is (4,117,170). Sum of RGB (Red+Green+Blue) = 4+117+170=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #0475AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0475AA is #FB8A55. Grayscale: #585858. Windows color (decimal): -16484950 or 11171076. OLE color: 11171076.
HSL color Cylindrical-coordinate representation of color #0475AA: hue angle of 199.16º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475AA is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 117 | 170 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.33 |
| HSL | 199.16º | 0.95% | 0.34% | - |
| HSV(B) | 199.16º | 0.98% | 0.67% | - |
| XYZ | 13.67 | 15.65 | 40.33 | - |
| YUV | 89.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 170 | 0.98 | 0.31 | 0 | 0.33 | 199.16 | 0.95 | 0.34 |
| Hex | 4 | 75 | AA | 62 | 1F | 0 | 21 | C7 | 5F | 22 |
| Octal | 4 | 165 | 252 | 142 | 37 | 0 | 41 | 307 | 137 | 42 |
| Binary | 100 | 1110101 | 10101010 | 1100010 | 11111 | 0 | 100001 | 11000111 | 1011111 | 100010 |
Color Harmonies of #0475AA
Complementary color
Monochromatic Colors of #0475AA
Black with #0475AA
Text Example
Text Example
White with #0475AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475AA; }
p { color: rgb(4,117,170); }
H1.HeaderClassName
{
color: #0475AA;
}
.AnyTagClassName
{
color: #0475AA;
}
</style>
background-color css
<style>
a { background-color: #0475AA; }
a { background-color: rgb(4,117,170); }
div.DivClassName
{
background-color: #0475AA;
}
.BgClassName
{
background-color: #0475AA;
}
</style>
border-color css
<style>
span { border-color: #0475AA; }
span { border-color: rgb(4,117,170); }
td.TdClassName
{
border-color: #0475AA;
}
.TagClassName
{
border-color: #0475AA;
}
</style>