Shades of Dark Cerulean #09417B
Tints of Dark Cerulean #09417B
RGB
CMYK
RGB Variations
Color information
#09417B (or 0x09417B) is known color: Dark Cerulean. HEX triplet: 09, 41 and 7B. RGB value is (9,65,123). Sum of RGB (Red+Green+Blue) = 9+65+123=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #09417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09417B is #F6BE84. Grayscale: #363636. Windows color (decimal): -16170629 or 8077577. OLE color: 8077577.
HSL color Cylindrical-coordinate representation of color #09417B: hue angle of 210.53º 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 #09417B is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 65 | 123 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.52 |
| HSL | 210.53º | 0.86% | 0.26% | - |
| HSV(B) | 210.53º | 0.93% | 0.48% | - |
| XYZ | 5.58 | 5.27 | 19.46 | - |
| YUV | 54.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 123 | 0.93 | 0.47 | 0 | 0.52 | 210.53 | 0.86 | 0.26 |
| Hex | 9 | 41 | 7B | 5D | 2F | 0 | 34 | D3 | 56 | 1A |
| Octal | 11 | 101 | 173 | 135 | 57 | 0 | 64 | 323 | 126 | 32 |
| Binary | 1001 | 1000001 | 1111011 | 1011101 | 101111 | 0 | 110100 | 11010011 | 1010110 | 11010 |
Color Harmonies of #09417B
Complementary color
Monochromatic Colors of #09417B
Black with #09417B
Text Example
Text Example
White with #09417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09417B; }
p { color: rgb(9,65,123); }
H1.HeaderClassName
{
color: #09417B;
}
.AnyTagClassName
{
color: #09417B;
}
</style>
background-color css
<style>
a { background-color: #09417B; }
a { background-color: rgb(9,65,123); }
div.DivClassName
{
background-color: #09417B;
}
.BgClassName
{
background-color: #09417B;
}
</style>
border-color css
<style>
span { border-color: #09417B; }
span { border-color: rgb(9,65,123); }
td.TdClassName
{
border-color: #09417B;
}
.TagClassName
{
border-color: #09417B;
}
</style>