Shades of Pelorous #1C90CB
Tints of Pelorous #1C90CB
RGB
CMYK
RGB Variations
Color information
#1C90CB (or 0x1C90CB) is known color: Pelorous. HEX triplet: 1C, 90 and CB. RGB value is (28,144,203). Sum of RGB (Red+Green+Blue) = 28+144+203=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C90CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C90CB is #E36F34. Grayscale: #737373. Windows color (decimal): -14905141 or 13340700. OLE color: 13340700.
HSL color Cylindrical-coordinate representation of color #1C90CB: hue angle of 200.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C90CB is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 144 | 203 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.20 |
| HSL | 200.23º | 0.76% | 0.45% | - |
| HSV(B) | 200.23º | 0.86% | 0.8% | - |
| XYZ | 21.23 | 24.51 | 60.11 | - |
| YUV | 116.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 203 | 0.86 | 0.29 | 0 | 0.20 | 200.23 | 0.76 | 0.45 |
| Hex | 1C | 90 | CB | 56 | 1D | 0 | 14 | C8 | 4C | 2D |
| Octal | 34 | 220 | 313 | 126 | 35 | 0 | 24 | 310 | 114 | 55 |
| Binary | 11100 | 10010000 | 11001011 | 1010110 | 11101 | 0 | 10100 | 11001000 | 1001100 | 101101 |
Color Harmonies of #1C90CB
Complementary color
Monochromatic Colors of #1C90CB
Black with #1C90CB
Text Example
Text Example
White with #1C90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90CB; }
p { color: rgb(28,144,203); }
H1.HeaderClassName
{
color: #1C90CB;
}
.AnyTagClassName
{
color: #1C90CB;
}
</style>
background-color css
<style>
a { background-color: #1C90CB; }
a { background-color: rgb(28,144,203); }
div.DivClassName
{
background-color: #1C90CB;
}
.BgClassName
{
background-color: #1C90CB;
}
</style>
border-color css
<style>
span { border-color: #1C90CB; }
span { border-color: rgb(28,144,203); }
td.TdClassName
{
border-color: #1C90CB;
}
.TagClassName
{
border-color: #1C90CB;
}
</style>