Shades of Dark Cerulean #09418C
Tints of Dark Cerulean #09418C
RGB
CMYK
RGB Variations
Color information
#09418C (or 0x09418C) is known color: Dark Cerulean. HEX triplet: 09, 41 and 8C. RGB value is (9,65,140). Sum of RGB (Red+Green+Blue) = 9+65+140=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #09418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418C is #F6BE73. Grayscale: #383838. Windows color (decimal): -16170612 or 9191689. OLE color: 9191689.
HSL color Cylindrical-coordinate representation of color #09418C: hue angle of 214.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09418C is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 65 | 140 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.45 |
| HSL | 214.35º | 0.88% | 0.29% | - |
| HSV(B) | 214.35º | 0.94% | 0.55% | - |
| XYZ | 6.74 | 5.73 | 25.56 | - |
| YUV | 56.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 140 | 0.94 | 0.54 | 0 | 0.45 | 214.35 | 0.88 | 0.29 |
| Hex | 9 | 41 | 8C | 5E | 36 | 0 | 2D | D6 | 58 | 1D |
| Octal | 11 | 101 | 214 | 136 | 66 | 0 | 55 | 326 | 130 | 35 |
| Binary | 1001 | 1000001 | 10001100 | 1011110 | 110110 | 0 | 101101 | 11010110 | 1011000 | 11101 |
Color Harmonies of #09418C
Complementary color
Monochromatic Colors of #09418C
Black with #09418C
Text Example
Text Example
White with #09418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09418C; }
p { color: rgb(9,65,140); }
H1.HeaderClassName
{
color: #09418C;
}
.AnyTagClassName
{
color: #09418C;
}
</style>
background-color css
<style>
a { background-color: #09418C; }
a { background-color: rgb(9,65,140); }
div.DivClassName
{
background-color: #09418C;
}
.BgClassName
{
background-color: #09418C;
}
</style>
border-color css
<style>
span { border-color: #09418C; }
span { border-color: rgb(9,65,140); }
td.TdClassName
{
border-color: #09418C;
}
.TagClassName
{
border-color: #09418C;
}
</style>