Shades of Dark Cerulean #06458C
Tints of Dark Cerulean #06458C
RGB
CMYK
RGB Variations
Color information
#06458C (or 0x06458C) is known color: Dark Cerulean. HEX triplet: 06, 45 and 8C. RGB value is (6,69,140). Sum of RGB (Red+Green+Blue) = 6+69+140=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #06458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06458C is #F9BA73. Grayscale: #393939. Windows color (decimal): -16366196 or 9192710. OLE color: 9192710.
HSL color Cylindrical-coordinate representation of color #06458C: hue angle of 211.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06458C is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 69 | 140 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.45 |
| HSL | 211.79º | 0.92% | 0.29% | - |
| HSV(B) | 211.79º | 0.96% | 0.55% | - |
| XYZ | 6.94 | 6.19 | 25.64 | - |
| YUV | 58.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 140 | 0.96 | 0.51 | 0 | 0.45 | 211.79 | 0.92 | 0.29 |
| Hex | 6 | 45 | 8C | 60 | 33 | 0 | 2D | D4 | 5C | 1D |
| Octal | 6 | 105 | 214 | 140 | 63 | 0 | 55 | 324 | 134 | 35 |
| Binary | 110 | 1000101 | 10001100 | 1100000 | 110011 | 0 | 101101 | 11010100 | 1011100 | 11101 |
Color Harmonies of #06458C
Complementary color
Monochromatic Colors of #06458C
Black with #06458C
Text Example
Text Example
White with #06458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06458C; }
p { color: rgb(6,69,140); }
H1.HeaderClassName
{
color: #06458C;
}
.AnyTagClassName
{
color: #06458C;
}
</style>
background-color css
<style>
a { background-color: #06458C; }
a { background-color: rgb(6,69,140); }
div.DivClassName
{
background-color: #06458C;
}
.BgClassName
{
background-color: #06458C;
}
</style>
border-color css
<style>
span { border-color: #06458C; }
span { border-color: rgb(6,69,140); }
td.TdClassName
{
border-color: #06458C;
}
.TagClassName
{
border-color: #06458C;
}
</style>