Shades of Cobalt #01509F
Tints of Cobalt #01509F
RGB
CMYK
RGB Variations
Color information
#01509F (or 0x01509F) is known color: Cobalt. HEX triplet: 01, 50 and 9F. RGB value is (1,80,159). Sum of RGB (Red+Green+Blue) = 1+80+159=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #01509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01509F is #FEAF60. Grayscale: #404040. Windows color (decimal): -16691041 or 10440705. OLE color: 10440705.
HSL color Cylindrical-coordinate representation of color #01509F: hue angle of 210º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01509F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 80 | 159 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.38 |
| HSL | 210º | 0.99% | 0.31% | - |
| HSV(B) | 210º | 0.99% | 0.62% | - |
| XYZ | 9.14 | 8.25 | 33.91 | - |
| YUV | 65.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 159 | 0.99 | 0.50 | 0 | 0.38 | 210 | 0.99 | 0.31 |
| Hex | 1 | 50 | 9F | 63 | 32 | 0 | 26 | D2 | 63 | 1F |
| Octal | 1 | 120 | 237 | 143 | 62 | 0 | 46 | 322 | 143 | 37 |
| Binary | 1 | 1010000 | 10011111 | 1100011 | 110010 | 0 | 100110 | 11010010 | 1100011 | 11111 |
Color Harmonies of #01509F
Complementary color
Monochromatic Colors of #01509F
Black with #01509F
Text Example
Text Example
White with #01509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01509F; }
p { color: rgb(1,80,159); }
H1.HeaderClassName
{
color: #01509F;
}
.AnyTagClassName
{
color: #01509F;
}
</style>
background-color css
<style>
a { background-color: #01509F; }
a { background-color: rgb(1,80,159); }
div.DivClassName
{
background-color: #01509F;
}
.BgClassName
{
background-color: #01509F;
}
</style>
border-color css
<style>
span { border-color: #01509F; }
span { border-color: rgb(1,80,159); }
td.TdClassName
{
border-color: #01509F;
}
.TagClassName
{
border-color: #01509F;
}
</style>