Shades of Pelorous #1D92C2
Tints of Pelorous #1D92C2
RGB
CMYK
RGB Variations
Color information
#1D92C2 (or 0x1D92C2) is known color: Pelorous. HEX triplet: 1D, 92 and C2. RGB value is (29,146,194). Sum of RGB (Red+Green+Blue) = 29+146+194=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D92C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D92C2 is #E26D3D. Grayscale: #747474. Windows color (decimal): -14839102 or 12751389. OLE color: 12751389.
HSL color Cylindrical-coordinate representation of color #1D92C2: hue angle of 197.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D92C2 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 146 | 194 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.24 |
| HSL | 197.45º | 0.74% | 0.44% | - |
| HSV(B) | 197.45º | 0.85% | 0.76% | - |
| XYZ | 20.52 | 24.71 | 54.73 | - |
| YUV | 116.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 194 | 0.85 | 0.25 | 0 | 0.24 | 197.45 | 0.74 | 0.44 |
| Hex | 1D | 92 | C2 | 55 | 19 | 0 | 18 | C5 | 4A | 2C |
| Octal | 35 | 222 | 302 | 125 | 31 | 0 | 30 | 305 | 112 | 54 |
| Binary | 11101 | 10010010 | 11000010 | 1010101 | 11001 | 0 | 11000 | 11000101 | 1001010 | 101100 |
Color Harmonies of #1D92C2
Complementary color
Monochromatic Colors of #1D92C2
Black with #1D92C2
Text Example
Text Example
White with #1D92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D92C2; }
p { color: rgb(29,146,194); }
H1.HeaderClassName
{
color: #1D92C2;
}
.AnyTagClassName
{
color: #1D92C2;
}
</style>
background-color css
<style>
a { background-color: #1D92C2; }
a { background-color: rgb(29,146,194); }
div.DivClassName
{
background-color: #1D92C2;
}
.BgClassName
{
background-color: #1D92C2;
}
</style>
border-color css
<style>
span { border-color: #1D92C2; }
span { border-color: rgb(29,146,194); }
td.TdClassName
{
border-color: #1D92C2;
}
.TagClassName
{
border-color: #1D92C2;
}
</style>