Shades of Sapphire #133081
Tints of Sapphire #133081
RGB
CMYK
RGB Variations
Color information
#133081 (or 0x133081) is known color: Sapphire. HEX triplet: 13, 30 and 81. RGB value is (19,48,129). Sum of RGB (Red+Green+Blue) = 19+48+129=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #133081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133081 is #ECCF7E. Grayscale: #303030. Windows color (decimal): -15519615 or 8466451. OLE color: 8466451.
HSL color Cylindrical-coordinate representation of color #133081: hue angle of 224.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133081 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 48 | 129 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.49 |
| HSL | 224.18º | 0.74% | 0.29% | - |
| HSV(B) | 224.18º | 0.85% | 0.51% | - |
| XYZ | 5.29 | 3.84 | 21.23 | - |
| YUV | 48.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 129 | 0.85 | 0.63 | 0 | 0.49 | 224.18 | 0.74 | 0.29 |
| Hex | 13 | 30 | 81 | 55 | 3F | 0 | 31 | E0 | 4A | 1D |
| Octal | 23 | 60 | 201 | 125 | 77 | 0 | 61 | 340 | 112 | 35 |
| Binary | 10011 | 110000 | 10000001 | 1010101 | 111111 | 0 | 110001 | 11100000 | 1001010 | 11101 |
Color Harmonies of #133081
Complementary color
Monochromatic Colors of #133081
Black with #133081
Text Example
Text Example
White with #133081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133081; }
p { color: rgb(19,48,129); }
H1.HeaderClassName
{
color: #133081;
}
.AnyTagClassName
{
color: #133081;
}
</style>
background-color css
<style>
a { background-color: #133081; }
a { background-color: rgb(19,48,129); }
div.DivClassName
{
background-color: #133081;
}
.BgClassName
{
background-color: #133081;
}
</style>
border-color css
<style>
span { border-color: #133081; }
span { border-color: rgb(19,48,129); }
td.TdClassName
{
border-color: #133081;
}
.TagClassName
{
border-color: #133081;
}
</style>