Shades of Pelorous #1A94AF
Tints of Pelorous #1A94AF
RGB
CMYK
RGB Variations
Color information
#1A94AF (or 0x1A94AF) is known color: Pelorous. HEX triplet: 1A, 94 and AF. RGB value is (26,148,175). Sum of RGB (Red+Green+Blue) = 26+148+175=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A94AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A94AF is #E56B50. Grayscale: #727272. Windows color (decimal): -15035217 or 11506714. OLE color: 11506714.
HSL color Cylindrical-coordinate representation of color #1A94AF: hue angle of 190.87º 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 #1A94AF is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 148 | 175 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.31 |
| HSL | 190.87º | 0.74% | 0.39% | - |
| HSV(B) | 190.87º | 0.85% | 0.69% | - |
| XYZ | 18.75 | 24.49 | 44.3 | - |
| YUV | 114.6 | 162.08 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 175 | 0.85 | 0.15 | 0 | 0.31 | 190.87 | 0.74 | 0.39 |
| Hex | 1A | 94 | AF | 55 | F | 0 | 1F | BF | 4A | 27 |
| Octal | 32 | 224 | 257 | 125 | 17 | 0 | 37 | 277 | 112 | 47 |
| Binary | 11010 | 10010100 | 10101111 | 1010101 | 1111 | 0 | 11111 | 10111111 | 1001010 | 100111 |
Color Harmonies of #1A94AF
Complementary color
Monochromatic Colors of #1A94AF
Black with #1A94AF
Text Example
Text Example
White with #1A94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A94AF; }
p { color: rgb(26,148,175); }
H1.HeaderClassName
{
color: #1A94AF;
}
.AnyTagClassName
{
color: #1A94AF;
}
</style>
background-color css
<style>
a { background-color: #1A94AF; }
a { background-color: rgb(26,148,175); }
div.DivClassName
{
background-color: #1A94AF;
}
.BgClassName
{
background-color: #1A94AF;
}
</style>
border-color css
<style>
span { border-color: #1A94AF; }
span { border-color: rgb(26,148,175); }
td.TdClassName
{
border-color: #1A94AF;
}
.TagClassName
{
border-color: #1A94AF;
}
</style>