Shades of Pacific Blue #0192DF
Tints of Pacific Blue #0192DF
RGB
CMYK
RGB Variations
Color information
#0192DF (or 0x0192DF) is known color: Pacific Blue. HEX triplet: 01, 92 and DF. RGB value is (1,146,223). Sum of RGB (Red+Green+Blue) = 1+146+223=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #0192DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0192DF is #FE6D20. Grayscale: #6E6E6E. Windows color (decimal): -16674081 or 14651905. OLE color: 14651905.
HSL color Cylindrical-coordinate representation of color #0192DF: hue angle of 200.81º 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 #0192DF is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 146 | 223 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.13 |
| HSL | 200.81º | 0.99% | 0.44% | - |
| HSV(B) | 200.81º | 1% | 0.87% | - |
| XYZ | 23.61 | 25.89 | 73.57 | - |
| YUV | 111.42 | 190.96 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 223 | 1.00 | 0.35 | 0 | 0.13 | 200.81 | 0.99 | 0.44 |
| Hex | 1 | 92 | DF | 64 | 23 | 0 | D | C9 | 63 | 2C |
| Octal | 1 | 222 | 337 | 144 | 43 | 0 | 15 | 311 | 143 | 54 |
| Binary | 1 | 10010010 | 11011111 | 1100100 | 100011 | 0 | 1101 | 11001001 | 1100011 | 101100 |
Color Harmonies of #0192DF
Complementary color
Monochromatic Colors of #0192DF
Black with #0192DF
Text Example
Text Example
White with #0192DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0192DF; }
p { color: rgb(1,146,223); }
H1.HeaderClassName
{
color: #0192DF;
}
.AnyTagClassName
{
color: #0192DF;
}
</style>
background-color css
<style>
a { background-color: #0192DF; }
a { background-color: rgb(1,146,223); }
div.DivClassName
{
background-color: #0192DF;
}
.BgClassName
{
background-color: #0192DF;
}
</style>
border-color css
<style>
span { border-color: #0192DF; }
span { border-color: rgb(1,146,223); }
td.TdClassName
{
border-color: #0192DF;
}
.TagClassName
{
border-color: #0192DF;
}
</style>