Shades of Dark Cerulean #095F92
Tints of Dark Cerulean #095F92
RGB
CMYK
RGB Variations
Color information
#095F92 (or 0x095F92) is known color: Dark Cerulean. HEX triplet: 09, 5F and 92. RGB value is (9,95,146). Sum of RGB (Red+Green+Blue) = 9+95+146=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #095F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F92 is #F6A06D. Grayscale: #4A4A4A. Windows color (decimal): -16162926 or 9592585. OLE color: 9592585.
HSL color Cylindrical-coordinate representation of color #095F92: hue angle of 202.34º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095F92 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 95 | 146 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.43 |
| HSL | 202.34º | 0.88% | 0.3% | - |
| HSV(B) | 202.34º | 0.94% | 0.57% | - |
| XYZ | 9.39 | 10.32 | 28.69 | - |
| YUV | 75.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 146 | 0.94 | 0.35 | 0 | 0.43 | 202.34 | 0.88 | 0.3 |
| Hex | 9 | 5F | 92 | 5E | 23 | 0 | 2B | CA | 58 | 1E |
| Octal | 11 | 137 | 222 | 136 | 43 | 0 | 53 | 312 | 130 | 36 |
| Binary | 1001 | 1011111 | 10010010 | 1011110 | 100011 | 0 | 101011 | 11001010 | 1011000 | 11110 |
Color Harmonies of #095F92
Complementary color
Monochromatic Colors of #095F92
Black with #095F92
Text Example
Text Example
White with #095F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F92; }
p { color: rgb(9,95,146); }
H1.HeaderClassName
{
color: #095F92;
}
.AnyTagClassName
{
color: #095F92;
}
</style>
background-color css
<style>
a { background-color: #095F92; }
a { background-color: rgb(9,95,146); }
div.DivClassName
{
background-color: #095F92;
}
.BgClassName
{
background-color: #095F92;
}
</style>
border-color css
<style>
span { border-color: #095F92; }
span { border-color: rgb(9,95,146); }
td.TdClassName
{
border-color: #095F92;
}
.TagClassName
{
border-color: #095F92;
}
</style>