Shades of Dark Cerulean #06438D
Tints of Dark Cerulean #06438D
RGB
CMYK
RGB Variations
Color information
#06438D (or 0x06438D) is known color: Dark Cerulean. HEX triplet: 06, 43 and 8D. RGB value is (6,67,141). Sum of RGB (Red+Green+Blue) = 6+67+141=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #06438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06438D is #F9BC72. Grayscale: #383838. Windows color (decimal): -16366707 or 9257734. OLE color: 9257734.
HSL color Cylindrical-coordinate representation of color #06438D: hue angle of 212.89º 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 #06438D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 67 | 141 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.45 |
| HSL | 212.89º | 0.92% | 0.29% | - |
| HSV(B) | 212.89º | 0.96% | 0.55% | - |
| XYZ | 6.89 | 5.98 | 25.99 | - |
| YUV | 57.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 141 | 0.96 | 0.52 | 0 | 0.45 | 212.89 | 0.92 | 0.29 |
| Hex | 6 | 43 | 8D | 60 | 34 | 0 | 2D | D5 | 5C | 1D |
| Octal | 6 | 103 | 215 | 140 | 64 | 0 | 55 | 325 | 134 | 35 |
| Binary | 110 | 1000011 | 10001101 | 1100000 | 110100 | 0 | 101101 | 11010101 | 1011100 | 11101 |
Color Harmonies of #06438D
Complementary color
Monochromatic Colors of #06438D
Black with #06438D
Text Example
Text Example
White with #06438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06438D; }
p { color: rgb(6,67,141); }
H1.HeaderClassName
{
color: #06438D;
}
.AnyTagClassName
{
color: #06438D;
}
</style>
background-color css
<style>
a { background-color: #06438D; }
a { background-color: rgb(6,67,141); }
div.DivClassName
{
background-color: #06438D;
}
.BgClassName
{
background-color: #06438D;
}
</style>
border-color css
<style>
span { border-color: #06438D; }
span { border-color: rgb(6,67,141); }
td.TdClassName
{
border-color: #06438D;
}
.TagClassName
{
border-color: #06438D;
}
</style>