Shades of Dark Cerulean #06448D
Tints of Dark Cerulean #06448D
RGB
CMYK
RGB Variations
Color information
#06448D (or 0x06448D) is known color: Dark Cerulean. HEX triplet: 06, 44 and 8D. RGB value is (6,68,141). Sum of RGB (Red+Green+Blue) = 6+68+141=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #06448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06448D is #F9BB72. Grayscale: #393939. Windows color (decimal): -16366451 or 9257990. OLE color: 9257990.
HSL color Cylindrical-coordinate representation of color #06448D: hue angle of 212.44º 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 #06448D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 68 | 141 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.45 |
| HSL | 212.44º | 0.92% | 0.29% | - |
| HSV(B) | 212.44º | 0.96% | 0.55% | - |
| XYZ | 6.95 | 6.1 | 26.01 | - |
| YUV | 57.78 | 174.96 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 141 | 0.96 | 0.52 | 0 | 0.45 | 212.44 | 0.92 | 0.29 |
| Hex | 6 | 44 | 8D | 60 | 34 | 0 | 2D | D4 | 5C | 1D |
| Octal | 6 | 104 | 215 | 140 | 64 | 0 | 55 | 324 | 134 | 35 |
| Binary | 110 | 1000100 | 10001101 | 1100000 | 110100 | 0 | 101101 | 11010100 | 1011100 | 11101 |
Color Harmonies of #06448D
Complementary color
Monochromatic Colors of #06448D
Black with #06448D
Text Example
Text Example
White with #06448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06448D; }
p { color: rgb(6,68,141); }
H1.HeaderClassName
{
color: #06448D;
}
.AnyTagClassName
{
color: #06448D;
}
</style>
background-color css
<style>
a { background-color: #06448D; }
a { background-color: rgb(6,68,141); }
div.DivClassName
{
background-color: #06448D;
}
.BgClassName
{
background-color: #06448D;
}
</style>
border-color css
<style>
span { border-color: #06448D; }
span { border-color: rgb(6,68,141); }
td.TdClassName
{
border-color: #06448D;
}
.TagClassName
{
border-color: #06448D;
}
</style>