Shades of Dark Cerulean #09418B
Tints of Dark Cerulean #09418B
RGB
CMYK
RGB Variations
Color information
#09418B (or 0x09418B) is known color: Dark Cerulean. HEX triplet: 09, 41 and 8B. RGB value is (9,65,139). Sum of RGB (Red+Green+Blue) = 9+65+139=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #09418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418B is #F6BE74. Grayscale: #383838. Windows color (decimal): -16170613 or 9126153. OLE color: 9126153.
HSL color Cylindrical-coordinate representation of color #09418B: hue angle of 214.15º 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 #09418B is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 65 | 139 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.45 |
| HSL | 214.15º | 0.88% | 0.29% | - |
| HSV(B) | 214.15º | 0.94% | 0.55% | - |
| XYZ | 6.66 | 5.7 | 25.18 | - |
| YUV | 56.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 139 | 0.94 | 0.53 | 0 | 0.45 | 214.15 | 0.88 | 0.29 |
| Hex | 9 | 41 | 8B | 5E | 35 | 0 | 2D | D6 | 58 | 1D |
| Octal | 11 | 101 | 213 | 136 | 65 | 0 | 55 | 326 | 130 | 35 |
| Binary | 1001 | 1000001 | 10001011 | 1011110 | 110101 | 0 | 101101 | 11010110 | 1011000 | 11101 |
Color Harmonies of #09418B
Complementary color
Monochromatic Colors of #09418B
Black with #09418B
Text Example
Text Example
White with #09418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09418B; }
p { color: rgb(9,65,139); }
H1.HeaderClassName
{
color: #09418B;
}
.AnyTagClassName
{
color: #09418B;
}
</style>
background-color css
<style>
a { background-color: #09418B; }
a { background-color: rgb(9,65,139); }
div.DivClassName
{
background-color: #09418B;
}
.BgClassName
{
background-color: #09418B;
}
</style>
border-color css
<style>
span { border-color: #09418B; }
span { border-color: rgb(9,65,139); }
td.TdClassName
{
border-color: #09418B;
}
.TagClassName
{
border-color: #09418B;
}
</style>