Shades of Pelorous #1F9CBE
Tints of Pelorous #1F9CBE
RGB
CMYK
RGB Variations
Color information
#1F9CBE (or 0x1F9CBE) is known color: Pelorous. HEX triplet: 1F, 9C and BE. RGB value is (31,156,190). Sum of RGB (Red+Green+Blue) = 31+156+190=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CBE is #E06341. Grayscale: #7A7A7A. Windows color (decimal): -14705474 or 12491807. OLE color: 12491807.
HSL color Cylindrical-coordinate representation of color #1F9CBE: hue angle of 192.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9CBE is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 156 | 190 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.25 |
| HSL | 192.83º | 0.72% | 0.43% | - |
| HSV(B) | 192.83º | 0.84% | 0.75% | - |
| XYZ | 21.75 | 27.79 | 52.93 | - |
| YUV | 122.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 190 | 0.84 | 0.18 | 0 | 0.25 | 192.83 | 0.72 | 0.43 |
| Hex | 1F | 9C | BE | 54 | 12 | 0 | 19 | C1 | 48 | 2B |
| Octal | 37 | 234 | 276 | 124 | 22 | 0 | 31 | 301 | 110 | 53 |
| Binary | 11111 | 10011100 | 10111110 | 1010100 | 10010 | 0 | 11001 | 11000001 | 1001000 | 101011 |
Color Harmonies of #1F9CBE
Complementary color
Monochromatic Colors of #1F9CBE
Black with #1F9CBE
Text Example
Text Example
White with #1F9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CBE; }
p { color: rgb(31,156,190); }
H1.HeaderClassName
{
color: #1F9CBE;
}
.AnyTagClassName
{
color: #1F9CBE;
}
</style>
background-color css
<style>
a { background-color: #1F9CBE; }
a { background-color: rgb(31,156,190); }
div.DivClassName
{
background-color: #1F9CBE;
}
.BgClassName
{
background-color: #1F9CBE;
}
</style>
border-color css
<style>
span { border-color: #1F9CBE; }
span { border-color: rgb(31,156,190); }
td.TdClassName
{
border-color: #1F9CBE;
}
.TagClassName
{
border-color: #1F9CBE;
}
</style>