Shades of Dark Cerulean #09478B
Tints of Dark Cerulean #09478B
RGB
CMYK
RGB Variations
Color information
#09478B (or 0x09478B) is known color: Dark Cerulean. HEX triplet: 09, 47 and 8B. RGB value is (9,71,139). Sum of RGB (Red+Green+Blue) = 9+71+139=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #09478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09478B is #F6B874. Grayscale: #3B3B3B. Windows color (decimal): -16169077 or 9127689. OLE color: 9127689.
HSL color Cylindrical-coordinate representation of color #09478B: hue angle of 211.38º 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 #09478B is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 71 | 139 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.45 |
| HSL | 211.38º | 0.88% | 0.29% | - |
| HSV(B) | 211.38º | 0.94% | 0.55% | - |
| XYZ | 7.03 | 6.43 | 25.3 | - |
| YUV | 60.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 139 | 0.94 | 0.49 | 0 | 0.45 | 211.38 | 0.88 | 0.29 |
| Hex | 9 | 47 | 8B | 5E | 31 | 0 | 2D | D3 | 58 | 1D |
| Octal | 11 | 107 | 213 | 136 | 61 | 0 | 55 | 323 | 130 | 35 |
| Binary | 1001 | 1000111 | 10001011 | 1011110 | 110001 | 0 | 101101 | 11010011 | 1011000 | 11101 |
Color Harmonies of #09478B
Complementary color
Monochromatic Colors of #09478B
Black with #09478B
Text Example
Text Example
White with #09478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09478B; }
p { color: rgb(9,71,139); }
H1.HeaderClassName
{
color: #09478B;
}
.AnyTagClassName
{
color: #09478B;
}
</style>
background-color css
<style>
a { background-color: #09478B; }
a { background-color: rgb(9,71,139); }
div.DivClassName
{
background-color: #09478B;
}
.BgClassName
{
background-color: #09478B;
}
</style>
border-color css
<style>
span { border-color: #09478B; }
span { border-color: rgb(9,71,139); }
td.TdClassName
{
border-color: #09478B;
}
.TagClassName
{
border-color: #09478B;
}
</style>