Shades of Pelorous #1B8CCA
Tints of Pelorous #1B8CCA
RGB
CMYK
RGB Variations
Color information
#1B8CCA (or 0x1B8CCA) is known color: Pelorous. HEX triplet: 1B, 8C and CA. RGB value is (27,140,202). Sum of RGB (Red+Green+Blue) = 27+140+202=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8CCA is #E47335. Grayscale: #707070. Windows color (decimal): -14971702 or 13274139. OLE color: 13274139.
HSL color Cylindrical-coordinate representation of color #1B8CCA: hue angle of 201.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8CCA is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 140 | 202 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.21 |
| HSL | 201.26º | 0.76% | 0.45% | - |
| HSV(B) | 201.26º | 0.87% | 0.79% | - |
| XYZ | 20.49 | 23.25 | 59.29 | - |
| YUV | 113.28 | 178.06 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 202 | 0.87 | 0.31 | 0 | 0.21 | 201.26 | 0.76 | 0.45 |
| Hex | 1B | 8C | CA | 57 | 1F | 0 | 15 | C9 | 4C | 2D |
| Octal | 33 | 214 | 312 | 127 | 37 | 0 | 25 | 311 | 114 | 55 |
| Binary | 11011 | 10001100 | 11001010 | 1010111 | 11111 | 0 | 10101 | 11001001 | 1001100 | 101101 |
Color Harmonies of #1B8CCA
Complementary color
Monochromatic Colors of #1B8CCA
Black with #1B8CCA
Text Example
Text Example
White with #1B8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8CCA; }
p { color: rgb(27,140,202); }
H1.HeaderClassName
{
color: #1B8CCA;
}
.AnyTagClassName
{
color: #1B8CCA;
}
</style>
background-color css
<style>
a { background-color: #1B8CCA; }
a { background-color: rgb(27,140,202); }
div.DivClassName
{
background-color: #1B8CCA;
}
.BgClassName
{
background-color: #1B8CCA;
}
</style>
border-color css
<style>
span { border-color: #1B8CCA; }
span { border-color: rgb(27,140,202); }
td.TdClassName
{
border-color: #1B8CCA;
}
.TagClassName
{
border-color: #1B8CCA;
}
</style>