Shades of Dark Cerulean #06548B
Tints of Dark Cerulean #06548B
RGB
CMYK
RGB Variations
Color information
#06548B (or 0x06548B) is known color: Dark Cerulean. HEX triplet: 06, 54 and 8B. RGB value is (6,84,139). Sum of RGB (Red+Green+Blue) = 6+84+139=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #06548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06548B is #F9AB74. Grayscale: #424242. Windows color (decimal): -16362357 or 9131014. OLE color: 9131014.
HSL color Cylindrical-coordinate representation of color #06548B: hue angle of 204.81º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06548B is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 84 | 139 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.45 |
| HSL | 204.81º | 0.92% | 0.28% | - |
| HSV(B) | 204.81º | 0.96% | 0.55% | - |
| XYZ | 7.91 | 8.24 | 25.6 | - |
| YUV | 66.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 139 | 0.96 | 0.40 | 0 | 0.45 | 204.81 | 0.92 | 0.28 |
| Hex | 6 | 54 | 8B | 60 | 28 | 0 | 2D | CD | 5C | 1C |
| Octal | 6 | 124 | 213 | 140 | 50 | 0 | 55 | 315 | 134 | 34 |
| Binary | 110 | 1010100 | 10001011 | 1100000 | 101000 | 0 | 101101 | 11001101 | 1011100 | 11100 |
Color Harmonies of #06548B
Complementary color
Monochromatic Colors of #06548B
Black with #06548B
Text Example
Text Example
White with #06548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06548B; }
p { color: rgb(6,84,139); }
H1.HeaderClassName
{
color: #06548B;
}
.AnyTagClassName
{
color: #06548B;
}
</style>
background-color css
<style>
a { background-color: #06548B; }
a { background-color: rgb(6,84,139); }
div.DivClassName
{
background-color: #06548B;
}
.BgClassName
{
background-color: #06548B;
}
</style>
border-color css
<style>
span { border-color: #06548B; }
span { border-color: rgb(6,84,139); }
td.TdClassName
{
border-color: #06548B;
}
.TagClassName
{
border-color: #06548B;
}
</style>