Shades of Dark Cerulean #09527B
Tints of Dark Cerulean #09527B
RGB
CMYK
RGB Variations
Color information
#09527B (or 0x09527B) is known color: Dark Cerulean. HEX triplet: 09, 52 and 7B. RGB value is (9,82,123). Sum of RGB (Red+Green+Blue) = 9+82+123=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #09527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09527B is #F6AD84. Grayscale: #404040. Windows color (decimal): -16166277 or 8081929. OLE color: 8081929.
HSL color Cylindrical-coordinate representation of color #09527B: hue angle of 201.58º 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 #09527B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 82 | 123 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.52 |
| HSL | 201.58º | 0.86% | 0.26% | - |
| HSV(B) | 201.58º | 0.93% | 0.48% | - |
| XYZ | 6.71 | 7.52 | 19.84 | - |
| YUV | 64.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 123 | 0.93 | 0.33 | 0 | 0.52 | 201.58 | 0.86 | 0.26 |
| Hex | 9 | 52 | 7B | 5D | 21 | 0 | 34 | CA | 56 | 1A |
| Octal | 11 | 122 | 173 | 135 | 41 | 0 | 64 | 312 | 126 | 32 |
| Binary | 1001 | 1010010 | 1111011 | 1011101 | 100001 | 0 | 110100 | 11001010 | 1010110 | 11010 |
Color Harmonies of #09527B
Complementary color
Monochromatic Colors of #09527B
Black with #09527B
Text Example
Text Example
White with #09527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09527B; }
p { color: rgb(9,82,123); }
H1.HeaderClassName
{
color: #09527B;
}
.AnyTagClassName
{
color: #09527B;
}
</style>
background-color css
<style>
a { background-color: #09527B; }
a { background-color: rgb(9,82,123); }
div.DivClassName
{
background-color: #09527B;
}
.BgClassName
{
background-color: #09527B;
}
</style>
border-color css
<style>
span { border-color: #09527B; }
span { border-color: rgb(9,82,123); }
td.TdClassName
{
border-color: #09527B;
}
.TagClassName
{
border-color: #09527B;
}
</style>