Shades of Pelorous #1A93AF
Tints of Pelorous #1A93AF
RGB
CMYK
RGB Variations
Color information
#1A93AF (or 0x1A93AF) is known color: Pelorous. HEX triplet: 1A, 93 and AF. RGB value is (26,147,175). Sum of RGB (Red+Green+Blue) = 26+147+175=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A93AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A93AF is #E56C50. Grayscale: #717171. Windows color (decimal): -15035473 or 11506458. OLE color: 11506458.
HSL color Cylindrical-coordinate representation of color #1A93AF: hue angle of 191.28º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A93AF is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 147 | 175 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.31 |
| HSL | 191.28º | 0.74% | 0.39% | - |
| HSV(B) | 191.28º | 0.85% | 0.69% | - |
| XYZ | 18.6 | 24.18 | 44.24 | - |
| YUV | 114.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 175 | 0.85 | 0.16 | 0 | 0.31 | 191.28 | 0.74 | 0.39 |
| Hex | 1A | 93 | AF | 55 | 10 | 0 | 1F | BF | 4A | 27 |
| Octal | 32 | 223 | 257 | 125 | 20 | 0 | 37 | 277 | 112 | 47 |
| Binary | 11010 | 10010011 | 10101111 | 1010101 | 10000 | 0 | 11111 | 10111111 | 1001010 | 100111 |
Color Harmonies of #1A93AF
Complementary color
Monochromatic Colors of #1A93AF
Black with #1A93AF
Text Example
Text Example
White with #1A93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A93AF; }
p { color: rgb(26,147,175); }
H1.HeaderClassName
{
color: #1A93AF;
}
.AnyTagClassName
{
color: #1A93AF;
}
</style>
background-color css
<style>
a { background-color: #1A93AF; }
a { background-color: rgb(26,147,175); }
div.DivClassName
{
background-color: #1A93AF;
}
.BgClassName
{
background-color: #1A93AF;
}
</style>
border-color css
<style>
span { border-color: #1A93AF; }
span { border-color: rgb(26,147,175); }
td.TdClassName
{
border-color: #1A93AF;
}
.TagClassName
{
border-color: #1A93AF;
}
</style>