Shades of Dark Cerulean #095E94
Tints of Dark Cerulean #095E94
RGB
CMYK
RGB Variations
Color information
#095E94 (or 0x095E94) is known color: Dark Cerulean. HEX triplet: 09, 5E and 94. RGB value is (9,94,148). Sum of RGB (Red+Green+Blue) = 9+94+148=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #095E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E94 is #F6A16B. Grayscale: #4A4A4A. Windows color (decimal): -16163180 or 9723401. OLE color: 9723401.
HSL color Cylindrical-coordinate representation of color #095E94: hue angle of 203.31º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095E94 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 94 | 148 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.42 |
| HSL | 203.31º | 0.89% | 0.31% | - |
| HSV(B) | 203.31º | 0.94% | 0.58% | - |
| XYZ | 9.46 | 10.2 | 29.49 | - |
| YUV | 74.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 148 | 0.94 | 0.36 | 0 | 0.42 | 203.31 | 0.89 | 0.31 |
| Hex | 9 | 5E | 94 | 5E | 24 | 0 | 2A | CB | 59 | 1F |
| Octal | 11 | 136 | 224 | 136 | 44 | 0 | 52 | 313 | 131 | 37 |
| Binary | 1001 | 1011110 | 10010100 | 1011110 | 100100 | 0 | 101010 | 11001011 | 1011001 | 11111 |
Color Harmonies of #095E94
Complementary color
Monochromatic Colors of #095E94
Black with #095E94
Text Example
Text Example
White with #095E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E94; }
p { color: rgb(9,94,148); }
H1.HeaderClassName
{
color: #095E94;
}
.AnyTagClassName
{
color: #095E94;
}
</style>
background-color css
<style>
a { background-color: #095E94; }
a { background-color: rgb(9,94,148); }
div.DivClassName
{
background-color: #095E94;
}
.BgClassName
{
background-color: #095E94;
}
</style>
border-color css
<style>
span { border-color: #095E94; }
span { border-color: rgb(9,94,148); }
td.TdClassName
{
border-color: #095E94;
}
.TagClassName
{
border-color: #095E94;
}
</style>