Shades of Pelorous #1F93B4
Tints of Pelorous #1F93B4
RGB
CMYK
RGB Variations
Color information
#1F93B4 (or 0x1F93B4) is known color: Pelorous. HEX triplet: 1F, 93 and B4. RGB value is (31,147,180). Sum of RGB (Red+Green+Blue) = 31+147+180=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F93B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F93B4 is #E06C4B. Grayscale: #737373. Windows color (decimal): -14707788 or 11834143. OLE color: 11834143.
HSL color Cylindrical-coordinate representation of color #1F93B4: hue angle of 193.29º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F93B4 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 147 | 180 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.29 |
| HSL | 193.29º | 0.71% | 0.41% | - |
| HSV(B) | 193.29º | 0.83% | 0.71% | - |
| XYZ | 19.24 | 24.45 | 46.89 | - |
| YUV | 116.08 | 164.07 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 180 | 0.83 | 0.18 | 0 | 0.29 | 193.29 | 0.71 | 0.41 |
| Hex | 1F | 93 | B4 | 53 | 12 | 0 | 1D | C1 | 47 | 29 |
| Octal | 37 | 223 | 264 | 123 | 22 | 0 | 35 | 301 | 107 | 51 |
| Binary | 11111 | 10010011 | 10110100 | 1010011 | 10010 | 0 | 11101 | 11000001 | 1000111 | 101001 |
Color Harmonies of #1F93B4
Complementary color
Monochromatic Colors of #1F93B4
Black with #1F93B4
Text Example
Text Example
White with #1F93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F93B4; }
p { color: rgb(31,147,180); }
H1.HeaderClassName
{
color: #1F93B4;
}
.AnyTagClassName
{
color: #1F93B4;
}
</style>
background-color css
<style>
a { background-color: #1F93B4; }
a { background-color: rgb(31,147,180); }
div.DivClassName
{
background-color: #1F93B4;
}
.BgClassName
{
background-color: #1F93B4;
}
</style>
border-color css
<style>
span { border-color: #1F93B4; }
span { border-color: rgb(31,147,180); }
td.TdClassName
{
border-color: #1F93B4;
}
.TagClassName
{
border-color: #1F93B4;
}
</style>