Shades of Pacific Blue #0195DE
Tints of Pacific Blue #0195DE
RGB
CMYK
RGB Variations
Color information
#0195DE (or 0x0195DE) is known color: Pacific Blue. HEX triplet: 01, 95 and DE. RGB value is (1,149,222). Sum of RGB (Red+Green+Blue) = 1+149+222=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #0195DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0195DE is #FE6A21. Grayscale: #707070. Windows color (decimal): -16673314 or 14587137. OLE color: 14587137.
HSL color Cylindrical-coordinate representation of color #0195DE: hue angle of 199.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195DE is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 149 | 222 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.13 |
| HSL | 199.82º | 0.99% | 0.44% | - |
| HSV(B) | 199.82º | 1% | 0.87% | - |
| XYZ | 23.94 | 26.78 | 73.01 | - |
| YUV | 113.07 | 189.47 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 222 | 1.00 | 0.33 | 0 | 0.13 | 199.82 | 0.99 | 0.44 |
| Hex | 1 | 95 | DE | 64 | 21 | 0 | D | C8 | 63 | 2C |
| Octal | 1 | 225 | 336 | 144 | 41 | 0 | 15 | 310 | 143 | 54 |
| Binary | 1 | 10010101 | 11011110 | 1100100 | 100001 | 0 | 1101 | 11001000 | 1100011 | 101100 |
Color Harmonies of #0195DE
Complementary color
Monochromatic Colors of #0195DE
Black with #0195DE
Text Example
Text Example
White with #0195DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0195DE; }
p { color: rgb(1,149,222); }
H1.HeaderClassName
{
color: #0195DE;
}
.AnyTagClassName
{
color: #0195DE;
}
</style>
background-color css
<style>
a { background-color: #0195DE; }
a { background-color: rgb(1,149,222); }
div.DivClassName
{
background-color: #0195DE;
}
.BgClassName
{
background-color: #0195DE;
}
</style>
border-color css
<style>
span { border-color: #0195DE; }
span { border-color: rgb(1,149,222); }
td.TdClassName
{
border-color: #0195DE;
}
.TagClassName
{
border-color: #0195DE;
}
</style>