Shades of Dark Cerulean #06417D
Tints of Dark Cerulean #06417D
RGB
CMYK
RGB Variations
Color information
#06417D (or 0x06417D) is known color: Dark Cerulean. HEX triplet: 06, 41 and 7D. RGB value is (6,65,125). Sum of RGB (Red+Green+Blue) = 6+65+125=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #06417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06417D is #F9BE82. Grayscale: #353535. Windows color (decimal): -16367235 or 8208646. OLE color: 8208646.
HSL color Cylindrical-coordinate representation of color #06417D: hue angle of 210.25º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06417D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 65 | 125 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.51 |
| HSL | 210.25º | 0.91% | 0.26% | - |
| HSV(B) | 210.25º | 0.95% | 0.49% | - |
| XYZ | 5.67 | 5.3 | 20.13 | - |
| YUV | 54.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 125 | 0.95 | 0.48 | 0 | 0.51 | 210.25 | 0.91 | 0.26 |
| Hex | 6 | 41 | 7D | 5F | 30 | 0 | 33 | D2 | 5B | 1A |
| Octal | 6 | 101 | 175 | 137 | 60 | 0 | 63 | 322 | 133 | 32 |
| Binary | 110 | 1000001 | 1111101 | 1011111 | 110000 | 0 | 110011 | 11010010 | 1011011 | 11010 |
Color Harmonies of #06417D
Complementary color
Monochromatic Colors of #06417D
Black with #06417D
Text Example
Text Example
White with #06417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06417D; }
p { color: rgb(6,65,125); }
H1.HeaderClassName
{
color: #06417D;
}
.AnyTagClassName
{
color: #06417D;
}
</style>
background-color css
<style>
a { background-color: #06417D; }
a { background-color: rgb(6,65,125); }
div.DivClassName
{
background-color: #06417D;
}
.BgClassName
{
background-color: #06417D;
}
</style>
border-color css
<style>
span { border-color: #06417D; }
span { border-color: rgb(6,65,125); }
td.TdClassName
{
border-color: #06417D;
}
.TagClassName
{
border-color: #06417D;
}
</style>