Shades of Pacific Blue #1A95D5
Tints of Pacific Blue #1A95D5
RGB
CMYK
RGB Variations
Color information
#1A95D5 (or 0x1A95D5) is known color: Pacific Blue. HEX triplet: 1A, 95 and D5. RGB value is (26,149,213). Sum of RGB (Red+Green+Blue) = 26+149+213=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A95D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A95D5 is #E56A2A. Grayscale: #777777. Windows color (decimal): -15034923 or 13997338. OLE color: 13997338.
HSL color Cylindrical-coordinate representation of color #1A95D5: hue angle of 200.53º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A95D5 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 149 | 213 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.16 |
| HSL | 200.53º | 0.78% | 0.47% | - |
| HSV(B) | 200.53º | 0.88% | 0.84% | - |
| XYZ | 23.18 | 26.52 | 66.85 | - |
| YUV | 119.52 | 180.75 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 149 | 213 | 0.88 | 0.30 | 0 | 0.16 | 200.53 | 0.78 | 0.47 |
| Hex | 1A | 95 | D5 | 58 | 1E | 0 | 10 | C9 | 4E | 2F |
| Octal | 32 | 225 | 325 | 130 | 36 | 0 | 20 | 311 | 116 | 57 |
| Binary | 11010 | 10010101 | 11010101 | 1011000 | 11110 | 0 | 10000 | 11001001 | 1001110 | 101111 |
Color Harmonies of #1A95D5
Complementary color
Monochromatic Colors of #1A95D5
Black with #1A95D5
Text Example
Text Example
White with #1A95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A95D5; }
p { color: rgb(26,149,213); }
H1.HeaderClassName
{
color: #1A95D5;
}
.AnyTagClassName
{
color: #1A95D5;
}
</style>
background-color css
<style>
a { background-color: #1A95D5; }
a { background-color: rgb(26,149,213); }
div.DivClassName
{
background-color: #1A95D5;
}
.BgClassName
{
background-color: #1A95D5;
}
</style>
border-color css
<style>
span { border-color: #1A95D5; }
span { border-color: rgb(26,149,213); }
td.TdClassName
{
border-color: #1A95D5;
}
.TagClassName
{
border-color: #1A95D5;
}
</style>