Shades of Pacific Blue #0192CF
Tints of Pacific Blue #0192CF
RGB
CMYK
RGB Variations
Color information
#0192CF (or 0x0192CF) is known color: Pacific Blue. HEX triplet: 01, 92 and CF. RGB value is (1,146,207). Sum of RGB (Red+Green+Blue) = 1+146+207=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #0192CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0192CF is #FE6D30. Grayscale: #6D6D6D. Windows color (decimal): -16674097 or 13603329. OLE color: 13603329.
HSL color Cylindrical-coordinate representation of color #0192CF: hue angle of 197.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0192CF is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 146 | 207 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.19 |
| HSL | 197.77º | 0.99% | 0.41% | - |
| HSV(B) | 197.77º | 1% | 0.81% | - |
| XYZ | 21.55 | 25.07 | 62.73 | - |
| YUV | 109.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 207 | 1.00 | 0.29 | 0 | 0.19 | 197.77 | 0.99 | 0.41 |
| Hex | 1 | 92 | CF | 64 | 1D | 0 | 13 | C6 | 63 | 29 |
| Octal | 1 | 222 | 317 | 144 | 35 | 0 | 23 | 306 | 143 | 51 |
| Binary | 1 | 10010010 | 11001111 | 1100100 | 11101 | 0 | 10011 | 11000110 | 1100011 | 101001 |
Color Harmonies of #0192CF
Complementary color
Monochromatic Colors of #0192CF
Black with #0192CF
Text Example
Text Example
White with #0192CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0192CF; }
p { color: rgb(1,146,207); }
H1.HeaderClassName
{
color: #0192CF;
}
.AnyTagClassName
{
color: #0192CF;
}
</style>
background-color css
<style>
a { background-color: #0192CF; }
a { background-color: rgb(1,146,207); }
div.DivClassName
{
background-color: #0192CF;
}
.BgClassName
{
background-color: #0192CF;
}
</style>
border-color css
<style>
span { border-color: #0192CF; }
span { border-color: rgb(1,146,207); }
td.TdClassName
{
border-color: #0192CF;
}
.TagClassName
{
border-color: #0192CF;
}
</style>