Shades of Pacific Blue #1895CA
Tints of Pacific Blue #1895CA
RGB
CMYK
RGB Variations
Color information
#1895CA (or 0x1895CA) is known color: Pacific Blue. HEX triplet: 18, 95 and CA. RGB value is (24,149,202). Sum of RGB (Red+Green+Blue) = 24+149+202=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #1895CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895CA is #E76A35. Grayscale: #757575. Windows color (decimal): -15166006 or 13276440. OLE color: 13276440.
HSL color Cylindrical-coordinate representation of color #1895CA: hue angle of 197.87º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1895CA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 149 | 202 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.21 |
| HSL | 197.87º | 0.79% | 0.44% | - |
| HSV(B) | 197.87º | 0.88% | 0.79% | - |
| XYZ | 21.78 | 25.95 | 59.74 | - |
| YUV | 117.67 | 175.59 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 202 | 0.88 | 0.26 | 0 | 0.21 | 197.87 | 0.79 | 0.44 |
| Hex | 18 | 95 | CA | 58 | 1A | 0 | 15 | C6 | 4F | 2C |
| Octal | 30 | 225 | 312 | 130 | 32 | 0 | 25 | 306 | 117 | 54 |
| Binary | 11000 | 10010101 | 11001010 | 1011000 | 11010 | 0 | 10101 | 11000110 | 1001111 | 101100 |
Color Harmonies of #1895CA
Complementary color
Monochromatic Colors of #1895CA
Black with #1895CA
Text Example
Text Example
White with #1895CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895CA; }
p { color: rgb(24,149,202); }
H1.HeaderClassName
{
color: #1895CA;
}
.AnyTagClassName
{
color: #1895CA;
}
</style>
background-color css
<style>
a { background-color: #1895CA; }
a { background-color: rgb(24,149,202); }
div.DivClassName
{
background-color: #1895CA;
}
.BgClassName
{
background-color: #1895CA;
}
</style>
border-color css
<style>
span { border-color: #1895CA; }
span { border-color: rgb(24,149,202); }
td.TdClassName
{
border-color: #1895CA;
}
.TagClassName
{
border-color: #1895CA;
}
</style>