Shades of Dark Cerulean #054B68
Tints of Dark Cerulean #054B68
RGB
CMYK
RGB Variations
Color information
#054B68 (or 0x054B68) is known color: Dark Cerulean. HEX triplet: 05, 4B and 68. RGB value is (5,75,104). Sum of RGB (Red+Green+Blue) = 5+75+104=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #054B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B68 is #FAB497. Grayscale: #393939. Windows color (decimal): -16430232 or 6834949. OLE color: 6834949.
HSL color Cylindrical-coordinate representation of color #054B68: hue angle of 197.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054B68 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 75 | 104 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.59 |
| HSL | 197.58º | 0.91% | 0.21% | - |
| HSV(B) | 197.58º | 0.95% | 0.41% | - |
| XYZ | 5.08 | 6.06 | 14 | - |
| YUV | 57.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 104 | 0.95 | 0.28 | 0 | 0.59 | 197.58 | 0.91 | 0.21 |
| Hex | 5 | 4B | 68 | 5F | 1C | 0 | 3B | C6 | 5B | 15 |
| Octal | 5 | 113 | 150 | 137 | 34 | 0 | 73 | 306 | 133 | 25 |
| Binary | 101 | 1001011 | 1101000 | 1011111 | 11100 | 0 | 111011 | 11000110 | 1011011 | 10101 |
Color Harmonies of #054B68
Complementary color
Monochromatic Colors of #054B68
Black with #054B68
Text Example
Text Example
White with #054B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B68; }
p { color: rgb(5,75,104); }
H1.HeaderClassName
{
color: #054B68;
}
.AnyTagClassName
{
color: #054B68;
}
</style>
background-color css
<style>
a { background-color: #054B68; }
a { background-color: rgb(5,75,104); }
div.DivClassName
{
background-color: #054B68;
}
.BgClassName
{
background-color: #054B68;
}
</style>
border-color css
<style>
span { border-color: #054B68; }
span { border-color: rgb(5,75,104); }
td.TdClassName
{
border-color: #054B68;
}
.TagClassName
{
border-color: #054B68;
}
</style>