Shades of Pacific Blue #0190DE
Tints of Pacific Blue #0190DE
RGB
CMYK
RGB Variations
Color information
#0190DE (or 0x0190DE) is known color: Pacific Blue. HEX triplet: 01, 90 and DE. RGB value is (1,144,222). Sum of RGB (Red+Green+Blue) = 1+144+222=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #0190DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0190DE is #FE6F21. Grayscale: #6D6D6D. Windows color (decimal): -16674594 or 14585857. OLE color: 14585857.
HSL color Cylindrical-coordinate representation of color #0190DE: hue angle of 201.18º 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 #0190DE is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 144 | 222 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.13 |
| HSL | 201.18º | 0.99% | 0.44% | - |
| HSV(B) | 201.18º | 1% | 0.87% | - |
| XYZ | 23.17 | 25.23 | 72.76 | - |
| YUV | 110.14 | 191.12 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 222 | 1.00 | 0.35 | 0 | 0.13 | 201.18 | 0.99 | 0.44 |
| Hex | 1 | 90 | DE | 64 | 23 | 0 | D | C9 | 63 | 2C |
| Octal | 1 | 220 | 336 | 144 | 43 | 0 | 15 | 311 | 143 | 54 |
| Binary | 1 | 10010000 | 11011110 | 1100100 | 100011 | 0 | 1101 | 11001001 | 1100011 | 101100 |
Color Harmonies of #0190DE
Complementary color
Monochromatic Colors of #0190DE
Black with #0190DE
Text Example
Text Example
White with #0190DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0190DE; }
p { color: rgb(1,144,222); }
H1.HeaderClassName
{
color: #0190DE;
}
.AnyTagClassName
{
color: #0190DE;
}
</style>
background-color css
<style>
a { background-color: #0190DE; }
a { background-color: rgb(1,144,222); }
div.DivClassName
{
background-color: #0190DE;
}
.BgClassName
{
background-color: #0190DE;
}
</style>
border-color css
<style>
span { border-color: #0190DE; }
span { border-color: rgb(1,144,222); }
td.TdClassName
{
border-color: #0190DE;
}
.TagClassName
{
border-color: #0190DE;
}
</style>