Shades of Dark Cerulean #054375
Tints of Dark Cerulean #054375
RGB
CMYK
RGB Variations
Color information
#054375 (or 0x054375) is known color: Dark Cerulean. HEX triplet: 05, 43 and 75. RGB value is (5,67,117). Sum of RGB (Red+Green+Blue) = 5+67+117=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #054375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054375 is #FABC8A. Grayscale: #353535. Windows color (decimal): -16432267 or 7684869. OLE color: 7684869.
HSL color Cylindrical-coordinate representation of color #054375: hue angle of 206.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054375 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 67 | 117 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.54 |
| HSL | 206.79º | 0.92% | 0.24% | - |
| HSV(B) | 206.79º | 0.96% | 0.46% | - |
| XYZ | 5.28 | 5.33 | 17.58 | - |
| YUV | 54.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 117 | 0.96 | 0.43 | 0 | 0.54 | 206.79 | 0.92 | 0.24 |
| Hex | 5 | 43 | 75 | 60 | 2B | 0 | 36 | CF | 5C | 18 |
| Octal | 5 | 103 | 165 | 140 | 53 | 0 | 66 | 317 | 134 | 30 |
| Binary | 101 | 1000011 | 1110101 | 1100000 | 101011 | 0 | 110110 | 11001111 | 1011100 | 11000 |
Color Harmonies of #054375
Complementary color
Monochromatic Colors of #054375
Black with #054375
Text Example
Text Example
White with #054375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054375; }
p { color: rgb(5,67,117); }
H1.HeaderClassName
{
color: #054375;
}
.AnyTagClassName
{
color: #054375;
}
</style>
background-color css
<style>
a { background-color: #054375; }
a { background-color: rgb(5,67,117); }
div.DivClassName
{
background-color: #054375;
}
.BgClassName
{
background-color: #054375;
}
</style>
border-color css
<style>
span { border-color: #054375; }
span { border-color: rgb(5,67,117); }
td.TdClassName
{
border-color: #054375;
}
.TagClassName
{
border-color: #054375;
}
</style>