Shades of Dark Cerulean #06497B
Tints of Dark Cerulean #06497B
RGB
CMYK
RGB Variations
Color information
#06497B (or 0x06497B) is known color: Dark Cerulean. HEX triplet: 06, 49 and 7B. RGB value is (6,73,123). Sum of RGB (Red+Green+Blue) = 6+73+123=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #06497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06497B is #F9B684. Grayscale: #3A3A3A. Windows color (decimal): -16365189 or 8079622. OLE color: 8079622.
HSL color Cylindrical-coordinate representation of color #06497B: hue angle of 205.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06497B is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 73 | 123 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.52 |
| HSL | 205.64º | 0.91% | 0.25% | - |
| HSV(B) | 205.64º | 0.95% | 0.48% | - |
| XYZ | 6.03 | 6.23 | 19.62 | - |
| YUV | 58.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 123 | 0.95 | 0.41 | 0 | 0.52 | 205.64 | 0.91 | 0.25 |
| Hex | 6 | 49 | 7B | 5F | 29 | 0 | 34 | CE | 5B | 19 |
| Octal | 6 | 111 | 173 | 137 | 51 | 0 | 64 | 316 | 133 | 31 |
| Binary | 110 | 1001001 | 1111011 | 1011111 | 101001 | 0 | 110100 | 11001110 | 1011011 | 11001 |
Color Harmonies of #06497B
Complementary color
Monochromatic Colors of #06497B
Black with #06497B
Text Example
Text Example
White with #06497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06497B; }
p { color: rgb(6,73,123); }
H1.HeaderClassName
{
color: #06497B;
}
.AnyTagClassName
{
color: #06497B;
}
</style>
background-color css
<style>
a { background-color: #06497B; }
a { background-color: rgb(6,73,123); }
div.DivClassName
{
background-color: #06497B;
}
.BgClassName
{
background-color: #06497B;
}
</style>
border-color css
<style>
span { border-color: #06497B; }
span { border-color: rgb(6,73,123); }
td.TdClassName
{
border-color: #06497B;
}
.TagClassName
{
border-color: #06497B;
}
</style>