Shades of Pacific Blue #0494C1
Tints of Pacific Blue #0494C1
RGB
CMYK
RGB Variations
Color information
#0494C1 (or 0x0494C1) is known color: Pacific Blue. HEX triplet: 04, 94 and C1. RGB value is (4,148,193). Sum of RGB (Red+Green+Blue) = 4+148+193=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #0494C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0494C1 is #FB6B3E. Grayscale: #6D6D6D. Windows color (decimal): -16476991 or 12686340. OLE color: 12686340.
HSL color Cylindrical-coordinate representation of color #0494C1: hue angle of 194.29º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0494C1 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 148 | 193 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.24 |
| HSL | 194.29º | 0.96% | 0.39% | - |
| HSV(B) | 194.29º | 0.98% | 0.76% | - |
| XYZ | 20.27 | 25.06 | 54.22 | - |
| YUV | 110.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 193 | 0.98 | 0.23 | 0 | 0.24 | 194.29 | 0.96 | 0.39 |
| Hex | 4 | 94 | C1 | 62 | 17 | 0 | 18 | C2 | 60 | 27 |
| Octal | 4 | 224 | 301 | 142 | 27 | 0 | 30 | 302 | 140 | 47 |
| Binary | 100 | 10010100 | 11000001 | 1100010 | 10111 | 0 | 11000 | 11000010 | 1100000 | 100111 |
Color Harmonies of #0494C1
Complementary color
Monochromatic Colors of #0494C1
Black with #0494C1
Text Example
Text Example
White with #0494C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0494C1; }
p { color: rgb(4,148,193); }
H1.HeaderClassName
{
color: #0494C1;
}
.AnyTagClassName
{
color: #0494C1;
}
</style>
background-color css
<style>
a { background-color: #0494C1; }
a { background-color: rgb(4,148,193); }
div.DivClassName
{
background-color: #0494C1;
}
.BgClassName
{
background-color: #0494C1;
}
</style>
border-color css
<style>
span { border-color: #0494C1; }
span { border-color: rgb(4,148,193); }
td.TdClassName
{
border-color: #0494C1;
}
.TagClassName
{
border-color: #0494C1;
}
</style>