Shades of Sapphire #1A336B
Tints of Sapphire #1A336B
RGB
CMYK
RGB Variations
Color information
#1A336B (or 0x1A336B) is known color: Sapphire. HEX triplet: 1A, 33 and 6B. RGB value is (26,51,107). Sum of RGB (Red+Green+Blue) = 26+51+107=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A336B is #E5CC94. Grayscale: #313131. Windows color (decimal): -15060117 or 7025434. OLE color: 7025434.
HSL color Cylindrical-coordinate representation of color #1A336B: hue angle of 221.48º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A336B is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 51 | 107 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.58 |
| HSL | 221.48º | 0.61% | 0.26% | - |
| HSV(B) | 221.48º | 0.76% | 0.42% | - |
| XYZ | 4.26 | 3.65 | 14.39 | - |
| YUV | 49.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 107 | 0.76 | 0.52 | 0 | 0.58 | 221.48 | 0.61 | 0.26 |
| Hex | 1A | 33 | 6B | 4C | 34 | 0 | 3A | DD | 3D | 1A |
| Octal | 32 | 63 | 153 | 114 | 64 | 0 | 72 | 335 | 75 | 32 |
| Binary | 11010 | 110011 | 1101011 | 1001100 | 110100 | 0 | 111010 | 11011101 | 111101 | 11010 |
Color Harmonies of #1A336B
Complementary color
Monochromatic Colors of #1A336B
Black with #1A336B
Text Example
Text Example
White with #1A336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A336B; }
p { color: rgb(26,51,107); }
H1.HeaderClassName
{
color: #1A336B;
}
.AnyTagClassName
{
color: #1A336B;
}
</style>
background-color css
<style>
a { background-color: #1A336B; }
a { background-color: rgb(26,51,107); }
div.DivClassName
{
background-color: #1A336B;
}
.BgClassName
{
background-color: #1A336B;
}
</style>
border-color css
<style>
span { border-color: #1A336B; }
span { border-color: rgb(26,51,107); }
td.TdClassName
{
border-color: #1A336B;
}
.TagClassName
{
border-color: #1A336B;
}
</style>