Shades of Cobalt #095AAB
Tints of Cobalt #095AAB
RGB
CMYK
RGB Variations
Color information
#095AAB (or 0x095AAB) is known color: Cobalt. HEX triplet: 09, 5A and AB. RGB value is (9,90,171). Sum of RGB (Red+Green+Blue) = 9+90+171=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #095AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095AAB is #F6A554. Grayscale: #4A4A4A. Windows color (decimal): -16164181 or 11229705. OLE color: 11229705.
HSL color Cylindrical-coordinate representation of color #095AAB: hue angle of 210º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AAB is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 90 | 171 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.33 |
| HSL | 210º | 0.9% | 0.35% | - |
| HSV(B) | 210º | 0.95% | 0.67% | - |
| XYZ | 11.12 | 10.31 | 39.93 | - |
| YUV | 75.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 171 | 0.95 | 0.47 | 0 | 0.33 | 210 | 0.9 | 0.35 |
| Hex | 9 | 5A | AB | 5F | 2F | 0 | 21 | D2 | 5A | 23 |
| Octal | 11 | 132 | 253 | 137 | 57 | 0 | 41 | 322 | 132 | 43 |
| Binary | 1001 | 1011010 | 10101011 | 1011111 | 101111 | 0 | 100001 | 11010010 | 1011010 | 100011 |
Color Harmonies of #095AAB
Complementary color
Monochromatic Colors of #095AAB
Black with #095AAB
Text Example
Text Example
White with #095AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AAB; }
p { color: rgb(9,90,171); }
H1.HeaderClassName
{
color: #095AAB;
}
.AnyTagClassName
{
color: #095AAB;
}
</style>
background-color css
<style>
a { background-color: #095AAB; }
a { background-color: rgb(9,90,171); }
div.DivClassName
{
background-color: #095AAB;
}
.BgClassName
{
background-color: #095AAB;
}
</style>
border-color css
<style>
span { border-color: #095AAB; }
span { border-color: rgb(9,90,171); }
td.TdClassName
{
border-color: #095AAB;
}
.TagClassName
{
border-color: #095AAB;
}
</style>