Shades of Pelorous #1C90CC
Tints of Pelorous #1C90CC
RGB
CMYK
RGB Variations
Color information
#1C90CC (or 0x1C90CC) is known color: Pelorous. HEX triplet: 1C, 90 and CC. RGB value is (28,144,204). Sum of RGB (Red+Green+Blue) = 28+144+204=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C90CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C90CC is #E36F33. Grayscale: #737373. Windows color (decimal): -14905140 or 13406236. OLE color: 13406236.
HSL color Cylindrical-coordinate representation of color #1C90CC: hue angle of 200.45º 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 #1C90CC is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 144 | 204 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.2 |
| HSL | 200.45º | 0.76% | 0.45% | - |
| HSV(B) | 200.45º | 0.86% | 0.8% | - |
| XYZ | 21.35 | 24.55 | 60.74 | - |
| YUV | 116.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 204 | 0.86 | 0.29 | 0 | 0.2 | 200.45 | 0.76 | 0.45 |
| Hex | 1C | 90 | CC | 56 | 1D | 0 | 14 | C8 | 4C | 2D |
| Octal | 34 | 220 | 314 | 126 | 35 | 0 | 24 | 310 | 114 | 55 |
| Binary | 11100 | 10010000 | 11001100 | 1010110 | 11101 | 0 | 10100 | 11001000 | 1001100 | 101101 |
Color Harmonies of #1C90CC
Complementary color
Monochromatic Colors of #1C90CC
Black with #1C90CC
Text Example
Text Example
White with #1C90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90CC; }
p { color: rgb(28,144,204); }
H1.HeaderClassName
{
color: #1C90CC;
}
.AnyTagClassName
{
color: #1C90CC;
}
</style>
background-color css
<style>
a { background-color: #1C90CC; }
a { background-color: rgb(28,144,204); }
div.DivClassName
{
background-color: #1C90CC;
}
.BgClassName
{
background-color: #1C90CC;
}
</style>
border-color css
<style>
span { border-color: #1C90CC; }
span { border-color: rgb(28,144,204); }
td.TdClassName
{
border-color: #1C90CC;
}
.TagClassName
{
border-color: #1C90CC;
}
</style>