Shades of Dark Cerulean #09498C
Tints of Dark Cerulean #09498C
RGB
CMYK
RGB Variations
Color information
#09498C (or 0x09498C) is known color: Dark Cerulean. HEX triplet: 09, 49 and 8C. RGB value is (9,73,140). Sum of RGB (Red+Green+Blue) = 9+73+140=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #09498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09498C is #F6B673. Grayscale: #3D3D3D. Windows color (decimal): -16168564 or 9193737. OLE color: 9193737.
HSL color Cylindrical-coordinate representation of color #09498C: hue angle of 210.69º 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 #09498C is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 73 | 140 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.45 |
| HSL | 210.69º | 0.88% | 0.29% | - |
| HSV(B) | 210.69º | 0.94% | 0.55% | - |
| XYZ | 7.23 | 6.72 | 25.73 | - |
| YUV | 61.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 140 | 0.94 | 0.48 | 0 | 0.45 | 210.69 | 0.88 | 0.29 |
| Hex | 9 | 49 | 8C | 5E | 30 | 0 | 2D | D3 | 58 | 1D |
| Octal | 11 | 111 | 214 | 136 | 60 | 0 | 55 | 323 | 130 | 35 |
| Binary | 1001 | 1001001 | 10001100 | 1011110 | 110000 | 0 | 101101 | 11010011 | 1011000 | 11101 |
Color Harmonies of #09498C
Complementary color
Monochromatic Colors of #09498C
Black with #09498C
Text Example
Text Example
White with #09498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09498C; }
p { color: rgb(9,73,140); }
H1.HeaderClassName
{
color: #09498C;
}
.AnyTagClassName
{
color: #09498C;
}
</style>
background-color css
<style>
a { background-color: #09498C; }
a { background-color: rgb(9,73,140); }
div.DivClassName
{
background-color: #09498C;
}
.BgClassName
{
background-color: #09498C;
}
</style>
border-color css
<style>
span { border-color: #09498C; }
span { border-color: rgb(9,73,140); }
td.TdClassName
{
border-color: #09498C;
}
.TagClassName
{
border-color: #09498C;
}
</style>