Shades of Dark Cerulean #09478F
Tints of Dark Cerulean #09478F
RGB
CMYK
RGB Variations
Color information
#09478F (or 0x09478F) is known color: Dark Cerulean. HEX triplet: 09, 47 and 8F. RGB value is (9,71,143). Sum of RGB (Red+Green+Blue) = 9+71+143=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #09478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09478F is #F6B870. Grayscale: #3C3C3C. Windows color (decimal): -16169073 or 9389833. OLE color: 9389833.
HSL color Cylindrical-coordinate representation of color #09478F: hue angle of 212.24º 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 #09478F is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 71 | 143 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.44 |
| HSL | 212.24º | 0.88% | 0.3% | - |
| HSV(B) | 212.24º | 0.94% | 0.56% | - |
| XYZ | 7.32 | 6.55 | 26.86 | - |
| YUV | 60.67 | 174.46 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 143 | 0.94 | 0.50 | 0 | 0.44 | 212.24 | 0.88 | 0.3 |
| Hex | 9 | 47 | 8F | 5E | 32 | 0 | 2C | D4 | 58 | 1E |
| Octal | 11 | 107 | 217 | 136 | 62 | 0 | 54 | 324 | 130 | 36 |
| Binary | 1001 | 1000111 | 10001111 | 1011110 | 110010 | 0 | 101100 | 11010100 | 1011000 | 11110 |
Color Harmonies of #09478F
Complementary color
Monochromatic Colors of #09478F
Black with #09478F
Text Example
Text Example
White with #09478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09478F; }
p { color: rgb(9,71,143); }
H1.HeaderClassName
{
color: #09478F;
}
.AnyTagClassName
{
color: #09478F;
}
</style>
background-color css
<style>
a { background-color: #09478F; }
a { background-color: rgb(9,71,143); }
div.DivClassName
{
background-color: #09478F;
}
.BgClassName
{
background-color: #09478F;
}
</style>
border-color css
<style>
span { border-color: #09478F; }
span { border-color: rgb(9,71,143); }
td.TdClassName
{
border-color: #09478F;
}
.TagClassName
{
border-color: #09478F;
}
</style>