Shades of Sapphire #1A3374
Tints of Sapphire #1A3374
RGB
CMYK
RGB Variations
Color information
#1A3374 (or 0x1A3374) is known color: Sapphire. HEX triplet: 1A, 33 and 74. RGB value is (26,51,116). Sum of RGB (Red+Green+Blue) = 26+51+116=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3374 is #E5CC8B. Grayscale: #323232. Windows color (decimal): -15060108 or 7615258. OLE color: 7615258.
HSL color Cylindrical-coordinate representation of color #1A3374: hue angle of 223.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A3374 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 51 | 116 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.55 |
| HSL | 223.33º | 0.63% | 0.28% | - |
| HSV(B) | 223.33º | 0.78% | 0.45% | - |
| XYZ | 4.76 | 3.85 | 17.01 | - |
| YUV | 50.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 116 | 0.78 | 0.56 | 0 | 0.55 | 223.33 | 0.63 | 0.28 |
| Hex | 1A | 33 | 74 | 4E | 38 | 0 | 37 | DF | 3F | 1C |
| Octal | 32 | 63 | 164 | 116 | 70 | 0 | 67 | 337 | 77 | 34 |
| Binary | 11010 | 110011 | 1110100 | 1001110 | 111000 | 0 | 110111 | 11011111 | 111111 | 11100 |
Color Harmonies of #1A3374
Complementary color
Monochromatic Colors of #1A3374
Black with #1A3374
Text Example
Text Example
White with #1A3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3374; }
p { color: rgb(26,51,116); }
H1.HeaderClassName
{
color: #1A3374;
}
.AnyTagClassName
{
color: #1A3374;
}
</style>
background-color css
<style>
a { background-color: #1A3374; }
a { background-color: rgb(26,51,116); }
div.DivClassName
{
background-color: #1A3374;
}
.BgClassName
{
background-color: #1A3374;
}
</style>
border-color css
<style>
span { border-color: #1A3374; }
span { border-color: rgb(26,51,116); }
td.TdClassName
{
border-color: #1A3374;
}
.TagClassName
{
border-color: #1A3374;
}
</style>