Shades of Sapphire #1A2D5F
Tints of Sapphire #1A2D5F
RGB
CMYK
RGB Variations
Color information
#1A2D5F (or 0x1A2D5F) is known color: Sapphire. HEX triplet: 1A, 2D and 5F. RGB value is (26,45,95). Sum of RGB (Red+Green+Blue) = 26+45+95=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A2D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2D5F is #E5D2A0. Grayscale: #2C2C2C. Windows color (decimal): -15061665 or 6237466. OLE color: 6237466.
HSL color Cylindrical-coordinate representation of color #1A2D5F: hue angle of 223.48º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2D5F is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 45 | 95 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.63 |
| HSL | 223.48º | 0.57% | 0.24% | - |
| HSV(B) | 223.48º | 0.73% | 0.37% | - |
| XYZ | 3.43 | 2.92 | 11.21 | - |
| YUV | 45.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 95 | 0.73 | 0.53 | 0 | 0.63 | 223.48 | 0.57 | 0.24 |
| Hex | 1A | 2D | 5F | 49 | 35 | 0 | 3F | DF | 39 | 18 |
| Octal | 32 | 55 | 137 | 111 | 65 | 0 | 77 | 337 | 71 | 30 |
| Binary | 11010 | 101101 | 1011111 | 1001001 | 110101 | 0 | 111111 | 11011111 | 111001 | 11000 |
Color Harmonies of #1A2D5F
Complementary color
Monochromatic Colors of #1A2D5F
Black with #1A2D5F
Text Example
Text Example
White with #1A2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D5F; }
p { color: rgb(26,45,95); }
H1.HeaderClassName
{
color: #1A2D5F;
}
.AnyTagClassName
{
color: #1A2D5F;
}
</style>
background-color css
<style>
a { background-color: #1A2D5F; }
a { background-color: rgb(26,45,95); }
div.DivClassName
{
background-color: #1A2D5F;
}
.BgClassName
{
background-color: #1A2D5F;
}
</style>
border-color css
<style>
span { border-color: #1A2D5F; }
span { border-color: rgb(26,45,95); }
td.TdClassName
{
border-color: #1A2D5F;
}
.TagClassName
{
border-color: #1A2D5F;
}
</style>