Shades of Pelorous #1C91CD
Tints of Pelorous #1C91CD
RGB
CMYK
RGB Variations
Color information
#1C91CD (or 0x1C91CD) is known color: Pelorous. HEX triplet: 1C, 91 and CD. RGB value is (28,145,205). Sum of RGB (Red+Green+Blue) = 28+145+205=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C91CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C91CD is #E36E32. Grayscale: #747474. Windows color (decimal): -14904883 or 13472028. OLE color: 13472028.
HSL color Cylindrical-coordinate representation of color #1C91CD: hue angle of 200.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C91CD is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 145 | 205 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.20 |
| HSL | 200.34º | 0.76% | 0.46% | - |
| HSV(B) | 200.34º | 0.86% | 0.8% | - |
| XYZ | 21.62 | 24.91 | 61.43 | - |
| YUV | 116.86 | 177.74 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 205 | 0.86 | 0.29 | 0 | 0.20 | 200.34 | 0.76 | 0.46 |
| Hex | 1C | 91 | CD | 56 | 1D | 0 | 14 | C8 | 4C | 2E |
| Octal | 34 | 221 | 315 | 126 | 35 | 0 | 24 | 310 | 114 | 56 |
| Binary | 11100 | 10010001 | 11001101 | 1010110 | 11101 | 0 | 10100 | 11001000 | 1001100 | 101110 |
Color Harmonies of #1C91CD
Complementary color
Monochromatic Colors of #1C91CD
Black with #1C91CD
Text Example
Text Example
White with #1C91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C91CD; }
p { color: rgb(28,145,205); }
H1.HeaderClassName
{
color: #1C91CD;
}
.AnyTagClassName
{
color: #1C91CD;
}
</style>
background-color css
<style>
a { background-color: #1C91CD; }
a { background-color: rgb(28,145,205); }
div.DivClassName
{
background-color: #1C91CD;
}
.BgClassName
{
background-color: #1C91CD;
}
</style>
border-color css
<style>
span { border-color: #1C91CD; }
span { border-color: rgb(28,145,205); }
td.TdClassName
{
border-color: #1C91CD;
}
.TagClassName
{
border-color: #1C91CD;
}
</style>