Shades of Pelorous #1F9BCE
Tints of Pelorous #1F9BCE
RGB
CMYK
RGB Variations
Color information
#1F9BCE (or 0x1F9BCE) is known color: Pelorous. HEX triplet: 1F, 9B and CE. RGB value is (31,155,206). Sum of RGB (Red+Green+Blue) = 31+155+206=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F9BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9BCE is #E06431. Grayscale: #7B7B7B. Windows color (decimal): -14705714 or 13540127. OLE color: 13540127.
HSL color Cylindrical-coordinate representation of color #1F9BCE: hue angle of 197.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9BCE is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 155 | 206 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.19 |
| HSL | 197.49º | 0.74% | 0.46% | - |
| HSV(B) | 197.49º | 0.85% | 0.81% | - |
| XYZ | 23.43 | 28.19 | 62.6 | - |
| YUV | 123.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 206 | 0.85 | 0.25 | 0 | 0.19 | 197.49 | 0.74 | 0.46 |
| Hex | 1F | 9B | CE | 55 | 19 | 0 | 13 | C5 | 4A | 2E |
| Octal | 37 | 233 | 316 | 125 | 31 | 0 | 23 | 305 | 112 | 56 |
| Binary | 11111 | 10011011 | 11001110 | 1010101 | 11001 | 0 | 10011 | 11000101 | 1001010 | 101110 |
Color Harmonies of #1F9BCE
Complementary color
Monochromatic Colors of #1F9BCE
Black with #1F9BCE
Text Example
Text Example
White with #1F9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9BCE; }
p { color: rgb(31,155,206); }
H1.HeaderClassName
{
color: #1F9BCE;
}
.AnyTagClassName
{
color: #1F9BCE;
}
</style>
background-color css
<style>
a { background-color: #1F9BCE; }
a { background-color: rgb(31,155,206); }
div.DivClassName
{
background-color: #1F9BCE;
}
.BgClassName
{
background-color: #1F9BCE;
}
</style>
border-color css
<style>
span { border-color: #1F9BCE; }
span { border-color: rgb(31,155,206); }
td.TdClassName
{
border-color: #1F9BCE;
}
.TagClassName
{
border-color: #1F9BCE;
}
</style>