Shades of Cobalt #014B9C
Tints of Cobalt #014B9C
RGB
CMYK
RGB Variations
Color information
#014B9C (or 0x014B9C) is known color: Cobalt. HEX triplet: 01, 4B and 9C. RGB value is (1,75,156). Sum of RGB (Red+Green+Blue) = 1+75+156=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #014B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014B9C is #FEB463. Grayscale: #3D3D3D. Windows color (decimal): -16692324 or 10242817. OLE color: 10242817.
HSL color Cylindrical-coordinate representation of color #014B9C: hue angle of 211.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B9C is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 75 | 156 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.39 |
| HSL | 211.35º | 0.99% | 0.31% | - |
| HSV(B) | 211.35º | 0.99% | 0.61% | - |
| XYZ | 8.53 | 7.44 | 32.44 | - |
| YUV | 62.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 156 | 0.99 | 0.52 | 0 | 0.39 | 211.35 | 0.99 | 0.31 |
| Hex | 1 | 4B | 9C | 63 | 34 | 0 | 27 | D3 | 63 | 1F |
| Octal | 1 | 113 | 234 | 143 | 64 | 0 | 47 | 323 | 143 | 37 |
| Binary | 1 | 1001011 | 10011100 | 1100011 | 110100 | 0 | 100111 | 11010011 | 1100011 | 11111 |
Color Harmonies of #014B9C
Complementary color
Monochromatic Colors of #014B9C
Black with #014B9C
Text Example
Text Example
White with #014B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B9C; }
p { color: rgb(1,75,156); }
H1.HeaderClassName
{
color: #014B9C;
}
.AnyTagClassName
{
color: #014B9C;
}
</style>
background-color css
<style>
a { background-color: #014B9C; }
a { background-color: rgb(1,75,156); }
div.DivClassName
{
background-color: #014B9C;
}
.BgClassName
{
background-color: #014B9C;
}
</style>
border-color css
<style>
span { border-color: #014B9C; }
span { border-color: rgb(1,75,156); }
td.TdClassName
{
border-color: #014B9C;
}
.TagClassName
{
border-color: #014B9C;
}
</style>