Shades of Dark Cerulean #09438C
Tints of Dark Cerulean #09438C
RGB
CMYK
RGB Variations
Color information
#09438C (or 0x09438C) is known color: Dark Cerulean. HEX triplet: 09, 43 and 8C. RGB value is (9,67,140). Sum of RGB (Red+Green+Blue) = 9+67+140=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #09438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09438C is #F6BC73. Grayscale: #393939. Windows color (decimal): -16170100 or 9192201. OLE color: 9192201.
HSL color Cylindrical-coordinate representation of color #09438C: hue angle of 213.44º 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 #09438C is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 67 | 140 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.45 |
| HSL | 213.44º | 0.88% | 0.29% | - |
| HSV(B) | 213.44º | 0.94% | 0.55% | - |
| XYZ | 6.85 | 5.97 | 25.6 | - |
| YUV | 57.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 140 | 0.94 | 0.52 | 0 | 0.45 | 213.44 | 0.88 | 0.29 |
| Hex | 9 | 43 | 8C | 5E | 34 | 0 | 2D | D5 | 58 | 1D |
| Octal | 11 | 103 | 214 | 136 | 64 | 0 | 55 | 325 | 130 | 35 |
| Binary | 1001 | 1000011 | 10001100 | 1011110 | 110100 | 0 | 101101 | 11010101 | 1011000 | 11101 |
Color Harmonies of #09438C
Complementary color
Monochromatic Colors of #09438C
Black with #09438C
Text Example
Text Example
White with #09438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09438C; }
p { color: rgb(9,67,140); }
H1.HeaderClassName
{
color: #09438C;
}
.AnyTagClassName
{
color: #09438C;
}
</style>
background-color css
<style>
a { background-color: #09438C; }
a { background-color: rgb(9,67,140); }
div.DivClassName
{
background-color: #09438C;
}
.BgClassName
{
background-color: #09438C;
}
</style>
border-color css
<style>
span { border-color: #09438C; }
span { border-color: rgb(9,67,140); }
td.TdClassName
{
border-color: #09438C;
}
.TagClassName
{
border-color: #09438C;
}
</style>