Shades of Cobalt #1B4FA4
Tints of Cobalt #1B4FA4
RGB
CMYK
RGB Variations
Color information
#1B4FA4 (or 0x1B4FA4) is known color: Cobalt. HEX triplet: 1B, 4F and A4. RGB value is (27,79,164). Sum of RGB (Red+Green+Blue) = 27+79+164=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B4FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4FA4 is #E4B05B. Grayscale: #484848. Windows color (decimal): -14987356 or 10768155. OLE color: 10768155.
HSL color Cylindrical-coordinate representation of color #1B4FA4: hue angle of 217.23º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4FA4 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 79 | 164 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.36 |
| HSL | 217.23º | 0.72% | 0.37% | - |
| HSV(B) | 217.23º | 0.84% | 0.64% | - |
| XYZ | 9.95 | 8.51 | 36.24 | - |
| YUV | 73.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 164 | 0.84 | 0.52 | 0 | 0.36 | 217.23 | 0.72 | 0.37 |
| Hex | 1B | 4F | A4 | 54 | 34 | 0 | 24 | D9 | 48 | 25 |
| Octal | 33 | 117 | 244 | 124 | 64 | 0 | 44 | 331 | 110 | 45 |
| Binary | 11011 | 1001111 | 10100100 | 1010100 | 110100 | 0 | 100100 | 11011001 | 1001000 | 100101 |
Color Harmonies of #1B4FA4
Complementary color
Monochromatic Colors of #1B4FA4
Black with #1B4FA4
Text Example
Text Example
White with #1B4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4FA4; }
p { color: rgb(27,79,164); }
H1.HeaderClassName
{
color: #1B4FA4;
}
.AnyTagClassName
{
color: #1B4FA4;
}
</style>
background-color css
<style>
a { background-color: #1B4FA4; }
a { background-color: rgb(27,79,164); }
div.DivClassName
{
background-color: #1B4FA4;
}
.BgClassName
{
background-color: #1B4FA4;
}
</style>
border-color css
<style>
span { border-color: #1B4FA4; }
span { border-color: rgb(27,79,164); }
td.TdClassName
{
border-color: #1B4FA4;
}
.TagClassName
{
border-color: #1B4FA4;
}
</style>