Shades of Dark Cerulean #09467B
Tints of Dark Cerulean #09467B
RGB
CMYK
RGB Variations
Color information
#09467B (or 0x09467B) is known color: Dark Cerulean. HEX triplet: 09, 46 and 7B. RGB value is (9,70,123). Sum of RGB (Red+Green+Blue) = 9+70+123=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #09467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09467B is #F6B984. Grayscale: #393939. Windows color (decimal): -16169349 or 8078857. OLE color: 8078857.
HSL color Cylindrical-coordinate representation of color #09467B: hue angle of 207.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09467B is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 70 | 123 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.52 |
| HSL | 207.89º | 0.86% | 0.26% | - |
| HSV(B) | 207.89º | 0.93% | 0.48% | - |
| XYZ | 5.88 | 5.87 | 19.56 | - |
| YUV | 57.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 123 | 0.93 | 0.43 | 0 | 0.52 | 207.89 | 0.86 | 0.26 |
| Hex | 9 | 46 | 7B | 5D | 2B | 0 | 34 | D0 | 56 | 1A |
| Octal | 11 | 106 | 173 | 135 | 53 | 0 | 64 | 320 | 126 | 32 |
| Binary | 1001 | 1000110 | 1111011 | 1011101 | 101011 | 0 | 110100 | 11010000 | 1010110 | 11010 |
Color Harmonies of #09467B
Complementary color
Monochromatic Colors of #09467B
Black with #09467B
Text Example
Text Example
White with #09467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09467B; }
p { color: rgb(9,70,123); }
H1.HeaderClassName
{
color: #09467B;
}
.AnyTagClassName
{
color: #09467B;
}
</style>
background-color css
<style>
a { background-color: #09467B; }
a { background-color: rgb(9,70,123); }
div.DivClassName
{
background-color: #09467B;
}
.BgClassName
{
background-color: #09467B;
}
</style>
border-color css
<style>
span { border-color: #09467B; }
span { border-color: rgb(9,70,123); }
td.TdClassName
{
border-color: #09467B;
}
.TagClassName
{
border-color: #09467B;
}
</style>