Shades of Dark Cerulean #054370
Tints of Dark Cerulean #054370
RGB
CMYK
RGB Variations
Color information
#054370 (or 0x054370) is known color: Dark Cerulean. HEX triplet: 05, 43 and 70. RGB value is (5,67,112). Sum of RGB (Red+Green+Blue) = 5+67+112=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #054370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054370 is #FABC8F. Grayscale: #353535. Windows color (decimal): -16432272 or 7357189. OLE color: 7357189.
HSL color Cylindrical-coordinate representation of color #054370: hue angle of 205.23º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054370 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 67 | 112 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.56 |
| HSL | 205.23º | 0.91% | 0.23% | - |
| HSV(B) | 205.23º | 0.96% | 0.44% | - |
| XYZ | 4.99 | 5.22 | 16.07 | - |
| YUV | 53.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 112 | 0.96 | 0.40 | 0 | 0.56 | 205.23 | 0.91 | 0.23 |
| Hex | 5 | 43 | 70 | 60 | 28 | 0 | 38 | CD | 5B | 17 |
| Octal | 5 | 103 | 160 | 140 | 50 | 0 | 70 | 315 | 133 | 27 |
| Binary | 101 | 1000011 | 1110000 | 1100000 | 101000 | 0 | 111000 | 11001101 | 1011011 | 10111 |
Color Harmonies of #054370
Complementary color
Monochromatic Colors of #054370
Black with #054370
Text Example
Text Example
White with #054370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054370; }
p { color: rgb(5,67,112); }
H1.HeaderClassName
{
color: #054370;
}
.AnyTagClassName
{
color: #054370;
}
</style>
background-color css
<style>
a { background-color: #054370; }
a { background-color: rgb(5,67,112); }
div.DivClassName
{
background-color: #054370;
}
.BgClassName
{
background-color: #054370;
}
</style>
border-color css
<style>
span { border-color: #054370; }
span { border-color: rgb(5,67,112); }
td.TdClassName
{
border-color: #054370;
}
.TagClassName
{
border-color: #054370;
}
</style>