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