Shades of Dark Cerulean #06438A
Tints of Dark Cerulean #06438A
RGB
CMYK
RGB Variations
Color information
#06438A (or 0x06438A) is known color: Dark Cerulean. HEX triplet: 06, 43 and 8A. RGB value is (6,67,138). Sum of RGB (Red+Green+Blue) = 6+67+138=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #06438A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06438A is #F9BC75. Grayscale: #383838. Windows color (decimal): -16366710 or 9061126. OLE color: 9061126.
HSL color Cylindrical-coordinate representation of color #06438A: hue angle of 212.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06438A is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 67 | 138 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.46 |
| HSL | 212.27º | 0.92% | 0.28% | - |
| HSV(B) | 212.27º | 0.96% | 0.54% | - |
| XYZ | 6.67 | 5.89 | 24.83 | - |
| YUV | 56.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 138 | 0.96 | 0.51 | 0 | 0.46 | 212.27 | 0.92 | 0.28 |
| Hex | 6 | 43 | 8A | 60 | 33 | 0 | 2E | D4 | 5C | 1C |
| Octal | 6 | 103 | 212 | 140 | 63 | 0 | 56 | 324 | 134 | 34 |
| Binary | 110 | 1000011 | 10001010 | 1100000 | 110011 | 0 | 101110 | 11010100 | 1011100 | 11100 |
Color Harmonies of #06438A
Complementary color
Monochromatic Colors of #06438A
Black with #06438A
Text Example
Text Example
White with #06438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06438A; }
p { color: rgb(6,67,138); }
H1.HeaderClassName
{
color: #06438A;
}
.AnyTagClassName
{
color: #06438A;
}
</style>
background-color css
<style>
a { background-color: #06438A; }
a { background-color: rgb(6,67,138); }
div.DivClassName
{
background-color: #06438A;
}
.BgClassName
{
background-color: #06438A;
}
</style>
border-color css
<style>
span { border-color: #06438A; }
span { border-color: rgb(6,67,138); }
td.TdClassName
{
border-color: #06438A;
}
.TagClassName
{
border-color: #06438A;
}
</style>