Shades of Dark Cerulean #06427B
Tints of Dark Cerulean #06427B
RGB
CMYK
RGB Variations
Color information
#06427B (or 0x06427B) is known color: Dark Cerulean. HEX triplet: 06, 42 and 7B. RGB value is (6,66,123). Sum of RGB (Red+Green+Blue) = 6+66+123=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #06427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06427B is #F9BD84. Grayscale: #363636. Windows color (decimal): -16366981 or 8077830. OLE color: 8077830.
HSL color Cylindrical-coordinate representation of color #06427B: hue angle of 209.23º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06427B is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 66 | 123 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.52 |
| HSL | 209.23º | 0.91% | 0.25% | - |
| HSV(B) | 209.23º | 0.95% | 0.48% | - |
| XYZ | 5.6 | 5.37 | 19.48 | - |
| YUV | 54.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 123 | 0.95 | 0.46 | 0 | 0.52 | 209.23 | 0.91 | 0.25 |
| Hex | 6 | 42 | 7B | 5F | 2E | 0 | 34 | D1 | 5B | 19 |
| Octal | 6 | 102 | 173 | 137 | 56 | 0 | 64 | 321 | 133 | 31 |
| Binary | 110 | 1000010 | 1111011 | 1011111 | 101110 | 0 | 110100 | 11010001 | 1011011 | 11001 |
Color Harmonies of #06427B
Complementary color
Monochromatic Colors of #06427B
Black with #06427B
Text Example
Text Example
White with #06427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06427B; }
p { color: rgb(6,66,123); }
H1.HeaderClassName
{
color: #06427B;
}
.AnyTagClassName
{
color: #06427B;
}
</style>
background-color css
<style>
a { background-color: #06427B; }
a { background-color: rgb(6,66,123); }
div.DivClassName
{
background-color: #06427B;
}
.BgClassName
{
background-color: #06427B;
}
</style>
border-color css
<style>
span { border-color: #06427B; }
span { border-color: rgb(6,66,123); }
td.TdClassName
{
border-color: #06427B;
}
.TagClassName
{
border-color: #06427B;
}
</style>