Shades of Pelorous #1C91CA
Tints of Pelorous #1C91CA
RGB
CMYK
RGB Variations
Color information
#1C91CA (or 0x1C91CA) is known color: Pelorous. HEX triplet: 1C, 91 and CA. RGB value is (28,145,202). Sum of RGB (Red+Green+Blue) = 28+145+202=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C91CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C91CA is #E36E35. Grayscale: #747474. Windows color (decimal): -14904886 or 13275420. OLE color: 13275420.
HSL color Cylindrical-coordinate representation of color #1C91CA: hue angle of 199.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C91CA is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 145 | 202 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.21 |
| HSL | 199.66º | 0.76% | 0.45% | - |
| HSV(B) | 199.66º | 0.86% | 0.79% | - |
| XYZ | 21.26 | 24.76 | 59.54 | - |
| YUV | 116.52 | 176.24 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 202 | 0.86 | 0.28 | 0 | 0.21 | 199.66 | 0.76 | 0.45 |
| Hex | 1C | 91 | CA | 56 | 1C | 0 | 15 | C8 | 4C | 2D |
| Octal | 34 | 221 | 312 | 126 | 34 | 0 | 25 | 310 | 114 | 55 |
| Binary | 11100 | 10010001 | 11001010 | 1010110 | 11100 | 0 | 10101 | 11001000 | 1001100 | 101101 |
Color Harmonies of #1C91CA
Complementary color
Monochromatic Colors of #1C91CA
Black with #1C91CA
Text Example
Text Example
White with #1C91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C91CA; }
p { color: rgb(28,145,202); }
H1.HeaderClassName
{
color: #1C91CA;
}
.AnyTagClassName
{
color: #1C91CA;
}
</style>
background-color css
<style>
a { background-color: #1C91CA; }
a { background-color: rgb(28,145,202); }
div.DivClassName
{
background-color: #1C91CA;
}
.BgClassName
{
background-color: #1C91CA;
}
</style>
border-color css
<style>
span { border-color: #1C91CA; }
span { border-color: rgb(28,145,202); }
td.TdClassName
{
border-color: #1C91CA;
}
.TagClassName
{
border-color: #1C91CA;
}
</style>