Shades of Cobalt #184FA4
Tints of Cobalt #184FA4
RGB
CMYK
RGB Variations
Color information
#184FA4 (or 0x184FA4) is known color: Cobalt. HEX triplet: 18, 4F and A4. RGB value is (24,79,164). Sum of RGB (Red+Green+Blue) = 24+79+164=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #184FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FA4 is #E7B05B. Grayscale: #474747. Windows color (decimal): -15183964 or 10768152. OLE color: 10768152.
HSL color Cylindrical-coordinate representation of color #184FA4: hue angle of 216.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184FA4 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 79 | 164 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.36 |
| HSL | 216.43º | 0.74% | 0.37% | - |
| HSV(B) | 216.43º | 0.85% | 0.64% | - |
| XYZ | 9.87 | 8.47 | 36.24 | - |
| YUV | 72.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 164 | 0.85 | 0.52 | 0 | 0.36 | 216.43 | 0.74 | 0.37 |
| Hex | 18 | 4F | A4 | 55 | 34 | 0 | 24 | D8 | 4A | 25 |
| Octal | 30 | 117 | 244 | 125 | 64 | 0 | 44 | 330 | 112 | 45 |
| Binary | 11000 | 1001111 | 10100100 | 1010101 | 110100 | 0 | 100100 | 11011000 | 1001010 | 100101 |
Color Harmonies of #184FA4
Complementary color
Monochromatic Colors of #184FA4
Black with #184FA4
Text Example
Text Example
White with #184FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FA4; }
p { color: rgb(24,79,164); }
H1.HeaderClassName
{
color: #184FA4;
}
.AnyTagClassName
{
color: #184FA4;
}
</style>
background-color css
<style>
a { background-color: #184FA4; }
a { background-color: rgb(24,79,164); }
div.DivClassName
{
background-color: #184FA4;
}
.BgClassName
{
background-color: #184FA4;
}
</style>
border-color css
<style>
span { border-color: #184FA4; }
span { border-color: rgb(24,79,164); }
td.TdClassName
{
border-color: #184FA4;
}
.TagClassName
{
border-color: #184FA4;
}
</style>