Shades of Cerulean #146BA4
Tints of Cerulean #146BA4
RGB
CMYK
RGB Variations
Color information
#146BA4 (or 0x146BA4) is known color: Cerulean. HEX triplet: 14, 6B and A4. RGB value is (20,107,164). Sum of RGB (Red+Green+Blue) = 20+107+164=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #146BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146BA4 is #EB945B. Grayscale: #575757. Windows color (decimal): -15438940 or 10775316. OLE color: 10775316.
HSL color Cylindrical-coordinate representation of color #146BA4: hue angle of 203.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146BA4 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 107 | 164 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.36 |
| HSL | 203.75º | 0.78% | 0.36% | - |
| HSV(B) | 203.75º | 0.88% | 0.64% | - |
| XYZ | 12.25 | 13.34 | 37.05 | - |
| YUV | 87.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 164 | 0.88 | 0.35 | 0 | 0.36 | 203.75 | 0.78 | 0.36 |
| Hex | 14 | 6B | A4 | 58 | 23 | 0 | 24 | CC | 4E | 24 |
| Octal | 24 | 153 | 244 | 130 | 43 | 0 | 44 | 314 | 116 | 44 |
| Binary | 10100 | 1101011 | 10100100 | 1011000 | 100011 | 0 | 100100 | 11001100 | 1001110 | 100100 |
Color Harmonies of #146BA4
Complementary color
Monochromatic Colors of #146BA4
Black with #146BA4
Text Example
Text Example
White with #146BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BA4; }
p { color: rgb(20,107,164); }
H1.HeaderClassName
{
color: #146BA4;
}
.AnyTagClassName
{
color: #146BA4;
}
</style>
background-color css
<style>
a { background-color: #146BA4; }
a { background-color: rgb(20,107,164); }
div.DivClassName
{
background-color: #146BA4;
}
.BgClassName
{
background-color: #146BA4;
}
</style>
border-color css
<style>
span { border-color: #146BA4; }
span { border-color: rgb(20,107,164); }
td.TdClassName
{
border-color: #146BA4;
}
.TagClassName
{
border-color: #146BA4;
}
</style>