Shades of Scooter #1F81AA
Tints of Scooter #1F81AA
RGB
CMYK
RGB Variations
Color information
#1F81AA (or 0x1F81AA) is known color: Scooter. HEX triplet: 1F, 81 and AA. RGB value is (31,129,170). Sum of RGB (Red+Green+Blue) = 31+129+170=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F81AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F81AA is #E07E55. Grayscale: #686868. Windows color (decimal): -14712406 or 11174175. OLE color: 11174175.
HSL color Cylindrical-coordinate representation of color #1F81AA: hue angle of 197.7º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F81AA is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 129 | 170 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.33 |
| HSL | 197.7º | 0.69% | 0.39% | - |
| HSV(B) | 197.7º | 0.82% | 0.67% | - |
| XYZ | 15.67 | 18.89 | 40.85 | - |
| YUV | 104.37 | 165.03 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 170 | 0.82 | 0.24 | 0 | 0.33 | 197.7 | 0.69 | 0.39 |
| Hex | 1F | 81 | AA | 52 | 18 | 0 | 21 | C6 | 45 | 27 |
| Octal | 37 | 201 | 252 | 122 | 30 | 0 | 41 | 306 | 105 | 47 |
| Binary | 11111 | 10000001 | 10101010 | 1010010 | 11000 | 0 | 100001 | 11000110 | 1000101 | 100111 |
Color Harmonies of #1F81AA
Complementary color
Monochromatic Colors of #1F81AA
Black with #1F81AA
Text Example
Text Example
White with #1F81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F81AA; }
p { color: rgb(31,129,170); }
H1.HeaderClassName
{
color: #1F81AA;
}
.AnyTagClassName
{
color: #1F81AA;
}
</style>
background-color css
<style>
a { background-color: #1F81AA; }
a { background-color: rgb(31,129,170); }
div.DivClassName
{
background-color: #1F81AA;
}
.BgClassName
{
background-color: #1F81AA;
}
</style>
border-color css
<style>
span { border-color: #1F81AA; }
span { border-color: rgb(31,129,170); }
td.TdClassName
{
border-color: #1F81AA;
}
.TagClassName
{
border-color: #1F81AA;
}
</style>