Shades of Dark Cerulean #095274
Tints of Dark Cerulean #095274
RGB
CMYK
RGB Variations
Color information
#095274 (or 0x095274) is known color: Dark Cerulean. HEX triplet: 09, 52 and 74. RGB value is (9,82,116). Sum of RGB (Red+Green+Blue) = 9+82+116=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #095274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095274 is #F6AD8B. Grayscale: #3F3F3F. Windows color (decimal): -16166284 or 7623177. OLE color: 7623177.
HSL color Cylindrical-coordinate representation of color #095274: hue angle of 199.07º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095274 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 82 | 116 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.55 |
| HSL | 199.07º | 0.86% | 0.25% | - |
| HSV(B) | 199.07º | 0.92% | 0.45% | - |
| XYZ | 6.28 | 7.35 | 17.61 | - |
| YUV | 64.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 116 | 0.92 | 0.29 | 0 | 0.55 | 199.07 | 0.86 | 0.25 |
| Hex | 9 | 52 | 74 | 5C | 1D | 0 | 37 | C7 | 56 | 19 |
| Octal | 11 | 122 | 164 | 134 | 35 | 0 | 67 | 307 | 126 | 31 |
| Binary | 1001 | 1010010 | 1110100 | 1011100 | 11101 | 0 | 110111 | 11000111 | 1010110 | 11001 |
Color Harmonies of #095274
Complementary color
Monochromatic Colors of #095274
Black with #095274
Text Example
Text Example
White with #095274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095274; }
p { color: rgb(9,82,116); }
H1.HeaderClassName
{
color: #095274;
}
.AnyTagClassName
{
color: #095274;
}
</style>
background-color css
<style>
a { background-color: #095274; }
a { background-color: rgb(9,82,116); }
div.DivClassName
{
background-color: #095274;
}
.BgClassName
{
background-color: #095274;
}
</style>
border-color css
<style>
span { border-color: #095274; }
span { border-color: rgb(9,82,116); }
td.TdClassName
{
border-color: #095274;
}
.TagClassName
{
border-color: #095274;
}
</style>