Shades of Pacific Blue #148EC4
Tints of Pacific Blue #148EC4
RGB
CMYK
RGB Variations
Color information
#148EC4 (or 0x148EC4) is known color: Pacific Blue. HEX triplet: 14, 8E and C4. RGB value is (20,142,196). Sum of RGB (Red+Green+Blue) = 20+142+196=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #148EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EC4 is #EB713B. Grayscale: #6F6F6F. Windows color (decimal): -15429948 or 12881428. OLE color: 12881428.
HSL color Cylindrical-coordinate representation of color #148EC4: hue angle of 198.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148EC4 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 142 | 196 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.23 |
| HSL | 198.41º | 0.81% | 0.42% | - |
| HSV(B) | 198.41º | 0.9% | 0.77% | - |
| XYZ | 19.93 | 23.48 | 55.71 | - |
| YUV | 111.68 | 175.58 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 196 | 0.90 | 0.28 | 0 | 0.23 | 198.41 | 0.81 | 0.42 |
| Hex | 14 | 8E | C4 | 5A | 1C | 0 | 17 | C6 | 51 | 2A |
| Octal | 24 | 216 | 304 | 132 | 34 | 0 | 27 | 306 | 121 | 52 |
| Binary | 10100 | 10001110 | 11000100 | 1011010 | 11100 | 0 | 10111 | 11000110 | 1010001 | 101010 |
Color Harmonies of #148EC4
Complementary color
Monochromatic Colors of #148EC4
Black with #148EC4
Text Example
Text Example
White with #148EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EC4; }
p { color: rgb(20,142,196); }
H1.HeaderClassName
{
color: #148EC4;
}
.AnyTagClassName
{
color: #148EC4;
}
</style>
background-color css
<style>
a { background-color: #148EC4; }
a { background-color: rgb(20,142,196); }
div.DivClassName
{
background-color: #148EC4;
}
.BgClassName
{
background-color: #148EC4;
}
</style>
border-color css
<style>
span { border-color: #148EC4; }
span { border-color: rgb(20,142,196); }
td.TdClassName
{
border-color: #148EC4;
}
.TagClassName
{
border-color: #148EC4;
}
</style>