Shades of Dark Cerulean #09418E
Tints of Dark Cerulean #09418E
RGB
CMYK
RGB Variations
Color information
#09418E (or 0x09418E) is known color: Dark Cerulean. HEX triplet: 09, 41 and 8E. RGB value is (9,65,142). Sum of RGB (Red+Green+Blue) = 9+65+142=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #09418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418E is #F6BE71. Grayscale: #383838. Windows color (decimal): -16170610 or 9322761. OLE color: 9322761.
HSL color Cylindrical-coordinate representation of color #09418E: hue angle of 214.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09418E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 65 | 142 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.44 |
| HSL | 214.74º | 0.88% | 0.3% | - |
| HSV(B) | 214.74º | 0.94% | 0.56% | - |
| XYZ | 6.89 | 5.79 | 26.35 | - |
| YUV | 57.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 142 | 0.94 | 0.54 | 0 | 0.44 | 214.74 | 0.88 | 0.3 |
| Hex | 9 | 41 | 8E | 5E | 36 | 0 | 2C | D7 | 58 | 1E |
| Octal | 11 | 101 | 216 | 136 | 66 | 0 | 54 | 327 | 130 | 36 |
| Binary | 1001 | 1000001 | 10001110 | 1011110 | 110110 | 0 | 101100 | 11010111 | 1011000 | 11110 |
Color Harmonies of #09418E
Complementary color
Monochromatic Colors of #09418E
Black with #09418E
Text Example
Text Example
White with #09418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09418E; }
p { color: rgb(9,65,142); }
H1.HeaderClassName
{
color: #09418E;
}
.AnyTagClassName
{
color: #09418E;
}
</style>
background-color css
<style>
a { background-color: #09418E; }
a { background-color: rgb(9,65,142); }
div.DivClassName
{
background-color: #09418E;
}
.BgClassName
{
background-color: #09418E;
}
</style>
border-color css
<style>
span { border-color: #09418E; }
span { border-color: rgb(9,65,142); }
td.TdClassName
{
border-color: #09418E;
}
.TagClassName
{
border-color: #09418E;
}
</style>