Shades of Dark Cerulean #06458B
Tints of Dark Cerulean #06458B
RGB
CMYK
RGB Variations
Color information
#06458B (or 0x06458B) is known color: Dark Cerulean. HEX triplet: 06, 45 and 8B. RGB value is (6,69,139). Sum of RGB (Red+Green+Blue) = 6+69+139=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #06458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06458B is #F9BA74. Grayscale: #393939. Windows color (decimal): -16366197 or 9127174. OLE color: 9127174.
HSL color Cylindrical-coordinate representation of color #06458B: hue angle of 211.58º 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 #06458B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 69 | 139 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.45 |
| HSL | 211.58º | 0.92% | 0.28% | - |
| HSV(B) | 211.58º | 0.96% | 0.55% | - |
| XYZ | 6.86 | 6.16 | 25.25 | - |
| YUV | 58.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 139 | 0.96 | 0.50 | 0 | 0.45 | 211.58 | 0.92 | 0.28 |
| Hex | 6 | 45 | 8B | 60 | 32 | 0 | 2D | D4 | 5C | 1C |
| Octal | 6 | 105 | 213 | 140 | 62 | 0 | 55 | 324 | 134 | 34 |
| Binary | 110 | 1000101 | 10001011 | 1100000 | 110010 | 0 | 101101 | 11010100 | 1011100 | 11100 |
Color Harmonies of #06458B
Complementary color
Monochromatic Colors of #06458B
Black with #06458B
Text Example
Text Example
White with #06458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06458B; }
p { color: rgb(6,69,139); }
H1.HeaderClassName
{
color: #06458B;
}
.AnyTagClassName
{
color: #06458B;
}
</style>
background-color css
<style>
a { background-color: #06458B; }
a { background-color: rgb(6,69,139); }
div.DivClassName
{
background-color: #06458B;
}
.BgClassName
{
background-color: #06458B;
}
</style>
border-color css
<style>
span { border-color: #06458B; }
span { border-color: rgb(6,69,139); }
td.TdClassName
{
border-color: #06458B;
}
.TagClassName
{
border-color: #06458B;
}
</style>