Shades of Pelorous #1896BF
Tints of Pelorous #1896BF
RGB
CMYK
RGB Variations
Color information
#1896BF (or 0x1896BF) is known color: Pelorous. HEX triplet: 18, 96 and BF. RGB value is (24,150,191). Sum of RGB (Red+Green+Blue) = 24+150+191=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #1896BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896BF is #E76940. Grayscale: #747474. Windows color (decimal): -15165761 or 12555800. OLE color: 12555800.
HSL color Cylindrical-coordinate representation of color #1896BF: hue angle of 194.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1896BF is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 150 | 191 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.25 |
| HSL | 194.73º | 0.78% | 0.42% | - |
| HSV(B) | 194.73º | 0.87% | 0.75% | - |
| XYZ | 20.69 | 25.77 | 53.17 | - |
| YUV | 117 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 191 | 0.87 | 0.21 | 0 | 0.25 | 194.73 | 0.78 | 0.42 |
| Hex | 18 | 96 | BF | 57 | 15 | 0 | 19 | C3 | 4E | 2A |
| Octal | 30 | 226 | 277 | 127 | 25 | 0 | 31 | 303 | 116 | 52 |
| Binary | 11000 | 10010110 | 10111111 | 1010111 | 10101 | 0 | 11001 | 11000011 | 1001110 | 101010 |
Color Harmonies of #1896BF
Complementary color
Monochromatic Colors of #1896BF
Black with #1896BF
Text Example
Text Example
White with #1896BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896BF; }
p { color: rgb(24,150,191); }
H1.HeaderClassName
{
color: #1896BF;
}
.AnyTagClassName
{
color: #1896BF;
}
</style>
background-color css
<style>
a { background-color: #1896BF; }
a { background-color: rgb(24,150,191); }
div.DivClassName
{
background-color: #1896BF;
}
.BgClassName
{
background-color: #1896BF;
}
</style>
border-color css
<style>
span { border-color: #1896BF; }
span { border-color: rgb(24,150,191); }
td.TdClassName
{
border-color: #1896BF;
}
.TagClassName
{
border-color: #1896BF;
}
</style>