Shades of Dark Cerulean #09498A
Tints of Dark Cerulean #09498A
RGB
CMYK
RGB Variations
Color information
#09498A (or 0x09498A) is known color: Dark Cerulean. HEX triplet: 09, 49 and 8A. RGB value is (9,73,138). Sum of RGB (Red+Green+Blue) = 9+73+138=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #09498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09498A is #F6B675. Grayscale: #3C3C3C. Windows color (decimal): -16168566 or 9062665. OLE color: 9062665.
HSL color Cylindrical-coordinate representation of color #09498A: hue angle of 210.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09498A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 73 | 138 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.46 |
| HSL | 210.23º | 0.88% | 0.29% | - |
| HSV(B) | 210.23º | 0.93% | 0.54% | - |
| XYZ | 7.08 | 6.66 | 24.96 | - |
| YUV | 61.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 138 | 0.93 | 0.47 | 0 | 0.46 | 210.23 | 0.88 | 0.29 |
| Hex | 9 | 49 | 8A | 5D | 2F | 0 | 2E | D2 | 58 | 1D |
| Octal | 11 | 111 | 212 | 135 | 57 | 0 | 56 | 322 | 130 | 35 |
| Binary | 1001 | 1001001 | 10001010 | 1011101 | 101111 | 0 | 101110 | 11010010 | 1011000 | 11101 |
Color Harmonies of #09498A
Complementary color
Monochromatic Colors of #09498A
Black with #09498A
Text Example
Text Example
White with #09498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09498A; }
p { color: rgb(9,73,138); }
H1.HeaderClassName
{
color: #09498A;
}
.AnyTagClassName
{
color: #09498A;
}
</style>
background-color css
<style>
a { background-color: #09498A; }
a { background-color: rgb(9,73,138); }
div.DivClassName
{
background-color: #09498A;
}
.BgClassName
{
background-color: #09498A;
}
</style>
border-color css
<style>
span { border-color: #09498A; }
span { border-color: rgb(9,73,138); }
td.TdClassName
{
border-color: #09498A;
}
.TagClassName
{
border-color: #09498A;
}
</style>