Shades of Pacific Blue #048BC5
Tints of Pacific Blue #048BC5
RGB
CMYK
RGB Variations
Color information
#048BC5 (or 0x048BC5) is known color: Pacific Blue. HEX triplet: 04, 8B and C5. RGB value is (4,139,197). Sum of RGB (Red+Green+Blue) = 4+139+197=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #048BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BC5 is #FB743A. Grayscale: #686868. Windows color (decimal): -16479291 or 12946180. OLE color: 12946180.
HSL color Cylindrical-coordinate representation of color #048BC5: hue angle of 198.03º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BC5 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 139 | 197 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.23 |
| HSL | 198.03º | 0.96% | 0.39% | - |
| HSV(B) | 198.03º | 0.98% | 0.77% | - |
| XYZ | 19.36 | 22.52 | 56.15 | - |
| YUV | 105.25 | 179.77 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 197 | 0.98 | 0.29 | 0 | 0.23 | 198.03 | 0.96 | 0.39 |
| Hex | 4 | 8B | C5 | 62 | 1D | 0 | 17 | C6 | 60 | 27 |
| Octal | 4 | 213 | 305 | 142 | 35 | 0 | 27 | 306 | 140 | 47 |
| Binary | 100 | 10001011 | 11000101 | 1100010 | 11101 | 0 | 10111 | 11000110 | 1100000 | 100111 |
Color Harmonies of #048BC5
Complementary color
Monochromatic Colors of #048BC5
Black with #048BC5
Text Example
Text Example
White with #048BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BC5; }
p { color: rgb(4,139,197); }
H1.HeaderClassName
{
color: #048BC5;
}
.AnyTagClassName
{
color: #048BC5;
}
</style>
background-color css
<style>
a { background-color: #048BC5; }
a { background-color: rgb(4,139,197); }
div.DivClassName
{
background-color: #048BC5;
}
.BgClassName
{
background-color: #048BC5;
}
</style>
border-color css
<style>
span { border-color: #048BC5; }
span { border-color: rgb(4,139,197); }
td.TdClassName
{
border-color: #048BC5;
}
.TagClassName
{
border-color: #048BC5;
}
</style>