Shades of Cerulean #057394
Tints of Cerulean #057394
RGB
CMYK
RGB Variations
Color information
#057394 (or 0x057394) is known color: Cerulean. HEX triplet: 05, 73 and 94. RGB value is (5,115,148). Sum of RGB (Red+Green+Blue) = 5+115+148=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #057394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057394 is #FA8C6B. Grayscale: #555555. Windows color (decimal): -16419948 or 9728773. OLE color: 9728773.
HSL color Cylindrical-coordinate representation of color #057394: hue angle of 193.85º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057394 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 115 | 148 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.42 |
| HSL | 193.85º | 0.93% | 0.3% | - |
| HSV(B) | 193.85º | 0.97% | 0.58% | - |
| XYZ | 11.54 | 14.43 | 30.19 | - |
| YUV | 85.87 | 163.06 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 148 | 0.97 | 0.22 | 0 | 0.42 | 193.85 | 0.93 | 0.3 |
| Hex | 5 | 73 | 94 | 61 | 16 | 0 | 2A | C2 | 5D | 1E |
| Octal | 5 | 163 | 224 | 141 | 26 | 0 | 52 | 302 | 135 | 36 |
| Binary | 101 | 1110011 | 10010100 | 1100001 | 10110 | 0 | 101010 | 11000010 | 1011101 | 11110 |
Color Harmonies of #057394
Complementary color
Monochromatic Colors of #057394
Black with #057394
Text Example
Text Example
White with #057394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057394; }
p { color: rgb(5,115,148); }
H1.HeaderClassName
{
color: #057394;
}
.AnyTagClassName
{
color: #057394;
}
</style>
background-color css
<style>
a { background-color: #057394; }
a { background-color: rgb(5,115,148); }
div.DivClassName
{
background-color: #057394;
}
.BgClassName
{
background-color: #057394;
}
</style>
border-color css
<style>
span { border-color: #057394; }
span { border-color: rgb(5,115,148); }
td.TdClassName
{
border-color: #057394;
}
.TagClassName
{
border-color: #057394;
}
</style>