Shades of Cobalt #104BA4
Tints of Cobalt #104BA4
RGB
CMYK
RGB Variations
Color information
#104BA4 (or 0x104BA4) is known color: Cobalt. HEX triplet: 10, 4B and A4. RGB value is (16,75,164). Sum of RGB (Red+Green+Blue) = 16+75+164=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #104BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BA4 is #EFB45B. Grayscale: #434343. Windows color (decimal): -15709276 or 10767120. OLE color: 10767120.
HSL color Cylindrical-coordinate representation of color #104BA4: hue angle of 216.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104BA4 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 75 | 164 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.36 |
| HSL | 216.08º | 0.82% | 0.35% | - |
| HSV(B) | 216.08º | 0.9% | 0.64% | - |
| XYZ | 9.43 | 7.82 | 36.13 | - |
| YUV | 67.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 164 | 0.90 | 0.54 | 0 | 0.36 | 216.08 | 0.82 | 0.35 |
| Hex | 10 | 4B | A4 | 5A | 36 | 0 | 24 | D8 | 52 | 23 |
| Octal | 20 | 113 | 244 | 132 | 66 | 0 | 44 | 330 | 122 | 43 |
| Binary | 10000 | 1001011 | 10100100 | 1011010 | 110110 | 0 | 100100 | 11011000 | 1010010 | 100011 |
Color Harmonies of #104BA4
Complementary color
Monochromatic Colors of #104BA4
Black with #104BA4
Text Example
Text Example
White with #104BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BA4; }
p { color: rgb(16,75,164); }
H1.HeaderClassName
{
color: #104BA4;
}
.AnyTagClassName
{
color: #104BA4;
}
</style>
background-color css
<style>
a { background-color: #104BA4; }
a { background-color: rgb(16,75,164); }
div.DivClassName
{
background-color: #104BA4;
}
.BgClassName
{
background-color: #104BA4;
}
</style>
border-color css
<style>
span { border-color: #104BA4; }
span { border-color: rgb(16,75,164); }
td.TdClassName
{
border-color: #104BA4;
}
.TagClassName
{
border-color: #104BA4;
}
</style>