Shades of Pacific Blue #0095CA
Tints of Pacific Blue #0095CA
RGB
CMYK
RGB Variations
Color information
#0095CA (or 0x0095CA) is known color: Pacific Blue. HEX triplet: 00, 95 and CA. RGB value is (0,149,202). Sum of RGB (Red+Green+Blue) = 0+149+202=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #0095CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095CA is #FF6A35. Grayscale: #6E6E6E. Windows color (decimal): -16738870 or 13276416. OLE color: 13276416.
HSL color Cylindrical-coordinate representation of color #0095CA: hue angle of 195.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095CA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 149 | 202 | - |
| CMYK | 1 | 0.26 | 0 | 0.21 |
| HSL | 195.74º | 1% | 0.4% | - |
| HSV(B) | 195.74º | 1% | 0.79% | - |
| XYZ | 21.41 | 25.76 | 59.72 | - |
| YUV | 110.49 | 179.64 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 202 | 1 | 0.26 | 0 | 0.21 | 195.74 | 1 | 0.4 |
| Hex | 0 | 95 | CA | 64 | 1A | 0 | 15 | C4 | 64 | 28 |
| Octal | 0 | 225 | 312 | 144 | 32 | 0 | 25 | 304 | 144 | 50 |
| Binary | 0 | 10010101 | 11001010 | 1100100 | 11010 | 0 | 10101 | 11000100 | 1100100 | 101000 |
Color Harmonies of #0095CA
Complementary color
Monochromatic Colors of #0095CA
Black with #0095CA
Text Example
Text Example
White with #0095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095CA; }
p { color: rgb(0,149,202); }
H1.HeaderClassName
{
color: #0095CA;
}
.AnyTagClassName
{
color: #0095CA;
}
</style>
background-color css
<style>
a { background-color: #0095CA; }
a { background-color: rgb(0,149,202); }
div.DivClassName
{
background-color: #0095CA;
}
.BgClassName
{
background-color: #0095CA;
}
</style>
border-color css
<style>
span { border-color: #0095CA; }
span { border-color: rgb(0,149,202); }
td.TdClassName
{
border-color: #0095CA;
}
.TagClassName
{
border-color: #0095CA;
}
</style>