Shades of Dark Cerulean #093685
Tints of Dark Cerulean #093685
RGB
CMYK
RGB Variations
Color information
#093685 (or 0x093685) is known color: Dark Cerulean. HEX triplet: 09, 36 and 85. RGB value is (9,54,133). Sum of RGB (Red+Green+Blue) = 9+54+133=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #093685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093685 is #F6C97A. Grayscale: #313131. Windows color (decimal): -16173435 or 8730121. OLE color: 8730121.
HSL color Cylindrical-coordinate representation of color #093685: hue angle of 218.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093685 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 54 | 133 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.48 |
| HSL | 218.23º | 0.87% | 0.28% | - |
| HSV(B) | 218.23º | 0.93% | 0.52% | - |
| XYZ | 5.67 | 4.39 | 22.74 | - |
| YUV | 49.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 133 | 0.93 | 0.59 | 0 | 0.48 | 218.23 | 0.87 | 0.28 |
| Hex | 9 | 36 | 85 | 5D | 3B | 0 | 30 | DA | 57 | 1C |
| Octal | 11 | 66 | 205 | 135 | 73 | 0 | 60 | 332 | 127 | 34 |
| Binary | 1001 | 110110 | 10000101 | 1011101 | 111011 | 0 | 110000 | 11011010 | 1010111 | 11100 |
Color Harmonies of #093685
Complementary color
Monochromatic Colors of #093685
Black with #093685
Text Example
Text Example
White with #093685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093685; }
p { color: rgb(9,54,133); }
H1.HeaderClassName
{
color: #093685;
}
.AnyTagClassName
{
color: #093685;
}
</style>
background-color css
<style>
a { background-color: #093685; }
a { background-color: rgb(9,54,133); }
div.DivClassName
{
background-color: #093685;
}
.BgClassName
{
background-color: #093685;
}
</style>
border-color css
<style>
span { border-color: #093685; }
span { border-color: rgb(9,54,133); }
td.TdClassName
{
border-color: #093685;
}
.TagClassName
{
border-color: #093685;
}
</style>