Shades of Dark Cerulean #054F7B
Tints of Dark Cerulean #054F7B
RGB
CMYK
RGB Variations
Color information
#054F7B (or 0x054F7B) is known color: Dark Cerulean. HEX triplet: 05, 4F and 7B. RGB value is (5,79,123). Sum of RGB (Red+Green+Blue) = 5+79+123=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #054F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F7B is #FAB084. Grayscale: #3D3D3D. Windows color (decimal): -16429189 or 8081157. OLE color: 8081157.
HSL color Cylindrical-coordinate representation of color #054F7B: hue angle of 202.37º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054F7B is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 79 | 123 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.52 |
| HSL | 202.37º | 0.92% | 0.25% | - |
| HSV(B) | 202.37º | 0.96% | 0.48% | - |
| XYZ | 6.43 | 7.05 | 19.76 | - |
| YUV | 61.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 123 | 0.96 | 0.36 | 0 | 0.52 | 202.37 | 0.92 | 0.25 |
| Hex | 5 | 4F | 7B | 60 | 24 | 0 | 34 | CA | 5C | 19 |
| Octal | 5 | 117 | 173 | 140 | 44 | 0 | 64 | 312 | 134 | 31 |
| Binary | 101 | 1001111 | 1111011 | 1100000 | 100100 | 0 | 110100 | 11001010 | 1011100 | 11001 |
Color Harmonies of #054F7B
Complementary color
Monochromatic Colors of #054F7B
Black with #054F7B
Text Example
Text Example
White with #054F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F7B; }
p { color: rgb(5,79,123); }
H1.HeaderClassName
{
color: #054F7B;
}
.AnyTagClassName
{
color: #054F7B;
}
</style>
background-color css
<style>
a { background-color: #054F7B; }
a { background-color: rgb(5,79,123); }
div.DivClassName
{
background-color: #054F7B;
}
.BgClassName
{
background-color: #054F7B;
}
</style>
border-color css
<style>
span { border-color: #054F7B; }
span { border-color: rgb(5,79,123); }
td.TdClassName
{
border-color: #054F7B;
}
.TagClassName
{
border-color: #054F7B;
}
</style>