Shades of Cobalt #095CA1
Tints of Cobalt #095CA1
RGB
CMYK
RGB Variations
Color information
#095CA1 (or 0x095CA1) is known color: Cobalt. HEX triplet: 09, 5C and A1. RGB value is (9,92,161). Sum of RGB (Red+Green+Blue) = 9+92+161=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #095CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095CA1 is #F6A35E. Grayscale: #4A4A4A. Windows color (decimal): -16163679 or 10574857. OLE color: 10574857.
HSL color Cylindrical-coordinate representation of color #095CA1: hue angle of 207.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095CA1 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 92 | 161 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.37 |
| HSL | 207.24º | 0.89% | 0.33% | - |
| HSV(B) | 207.24º | 0.94% | 0.63% | - |
| XYZ | 10.37 | 10.29 | 35.16 | - |
| YUV | 75.05 | 176.5 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 161 | 0.94 | 0.43 | 0 | 0.37 | 207.24 | 0.89 | 0.33 |
| Hex | 9 | 5C | A1 | 5E | 2B | 0 | 25 | CF | 59 | 21 |
| Octal | 11 | 134 | 241 | 136 | 53 | 0 | 45 | 317 | 131 | 41 |
| Binary | 1001 | 1011100 | 10100001 | 1011110 | 101011 | 0 | 100101 | 11001111 | 1011001 | 100001 |
Color Harmonies of #095CA1
Complementary color
Monochromatic Colors of #095CA1
Black with #095CA1
Text Example
Text Example
White with #095CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CA1; }
p { color: rgb(9,92,161); }
H1.HeaderClassName
{
color: #095CA1;
}
.AnyTagClassName
{
color: #095CA1;
}
</style>
background-color css
<style>
a { background-color: #095CA1; }
a { background-color: rgb(9,92,161); }
div.DivClassName
{
background-color: #095CA1;
}
.BgClassName
{
background-color: #095CA1;
}
</style>
border-color css
<style>
span { border-color: #095CA1; }
span { border-color: rgb(9,92,161); }
td.TdClassName
{
border-color: #095CA1;
}
.TagClassName
{
border-color: #095CA1;
}
</style>