Shades of Cerulean Blue #164BBA
Tints of Cerulean Blue #164BBA
RGB
CMYK
RGB Variations
Color information
#164BBA (or 0x164BBA) is known color: Cerulean Blue. HEX triplet: 16, 4B and BA. RGB value is (22,75,186). Sum of RGB (Red+Green+Blue) = 22+75+186=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #164BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BBA is #E9B445. Grayscale: #474747. Windows color (decimal): -15316038 or 12208918. OLE color: 12208918.
HSL color Cylindrical-coordinate representation of color #164BBA: hue angle of 220.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164BBA is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 75 | 186 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.27 |
| HSL | 220.61º | 0.79% | 0.41% | - |
| HSV(B) | 220.61º | 0.88% | 0.73% | - |
| XYZ | 11.71 | 8.75 | 47.53 | - |
| YUV | 71.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 186 | 0.88 | 0.60 | 0 | 0.27 | 220.61 | 0.79 | 0.41 |
| Hex | 16 | 4B | BA | 58 | 3C | 0 | 1B | DD | 4F | 29 |
| Octal | 26 | 113 | 272 | 130 | 74 | 0 | 33 | 335 | 117 | 51 |
| Binary | 10110 | 1001011 | 10111010 | 1011000 | 111100 | 0 | 11011 | 11011101 | 1001111 | 101001 |
Color Harmonies of #164BBA
Complementary color
Monochromatic Colors of #164BBA
Black with #164BBA
Text Example
Text Example
White with #164BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BBA; }
p { color: rgb(22,75,186); }
H1.HeaderClassName
{
color: #164BBA;
}
.AnyTagClassName
{
color: #164BBA;
}
</style>
background-color css
<style>
a { background-color: #164BBA; }
a { background-color: rgb(22,75,186); }
div.DivClassName
{
background-color: #164BBA;
}
.BgClassName
{
background-color: #164BBA;
}
</style>
border-color css
<style>
span { border-color: #164BBA; }
span { border-color: rgb(22,75,186); }
td.TdClassName
{
border-color: #164BBA;
}
.TagClassName
{
border-color: #164BBA;
}
</style>