Shades of Pelorous #1899BF
Tints of Pelorous #1899BF
RGB
CMYK
RGB Variations
Color information
#1899BF (or 0x1899BF) is known color: Pelorous. HEX triplet: 18, 99 and BF. RGB value is (24,153,191). Sum of RGB (Red+Green+Blue) = 24+153+191=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #1899BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1899BF is #E76640. Grayscale: #767676. Windows color (decimal): -15164993 or 12556568. OLE color: 12556568.
HSL color Cylindrical-coordinate representation of color #1899BF: hue angle of 193.65º 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 #1899BF is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 153 | 191 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.25 |
| HSL | 193.65º | 0.78% | 0.42% | - |
| HSV(B) | 193.65º | 0.87% | 0.75% | - |
| XYZ | 21.17 | 26.74 | 53.34 | - |
| YUV | 118.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 191 | 0.87 | 0.20 | 0 | 0.25 | 193.65 | 0.78 | 0.42 |
| Hex | 18 | 99 | BF | 57 | 14 | 0 | 19 | C2 | 4E | 2A |
| Octal | 30 | 231 | 277 | 127 | 24 | 0 | 31 | 302 | 116 | 52 |
| Binary | 11000 | 10011001 | 10111111 | 1010111 | 10100 | 0 | 11001 | 11000010 | 1001110 | 101010 |
Color Harmonies of #1899BF
Complementary color
Monochromatic Colors of #1899BF
Black with #1899BF
Text Example
Text Example
White with #1899BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899BF; }
p { color: rgb(24,153,191); }
H1.HeaderClassName
{
color: #1899BF;
}
.AnyTagClassName
{
color: #1899BF;
}
</style>
background-color css
<style>
a { background-color: #1899BF; }
a { background-color: rgb(24,153,191); }
div.DivClassName
{
background-color: #1899BF;
}
.BgClassName
{
background-color: #1899BF;
}
</style>
border-color css
<style>
span { border-color: #1899BF; }
span { border-color: rgb(24,153,191); }
td.TdClassName
{
border-color: #1899BF;
}
.TagClassName
{
border-color: #1899BF;
}
</style>