Shades of Sapphire #021B5C
Tints of Sapphire #021B5C
RGB
CMYK
RGB Variations
Color information
#021B5C (or 0x021B5C) is known color: Sapphire. HEX triplet: 02, 1B and 5C. RGB value is (2,27,92). Sum of RGB (Red+Green+Blue) = 2+27+92=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #021B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B5C is #FDE4A3. Grayscale: #1A1A1A. Windows color (decimal): -16639140 or 6036226. OLE color: 6036226.
HSL color Cylindrical-coordinate representation of color #021B5C: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B5C is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 27 | 92 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.64 |
| HSL | 223.33º | 0.96% | 0.18% | - |
| HSV(B) | 223.33º | 0.98% | 0.36% | - |
| XYZ | 2.35 | 1.57 | 10.3 | - |
| YUV | 26.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 92 | 0.98 | 0.71 | 0 | 0.64 | 223.33 | 0.96 | 0.18 |
| Hex | 2 | 1B | 5C | 62 | 47 | 0 | 40 | DF | 60 | 12 |
| Octal | 2 | 33 | 134 | 142 | 107 | 0 | 100 | 337 | 140 | 22 |
| Binary | 10 | 11011 | 1011100 | 1100010 | 1000111 | 0 | 1000000 | 11011111 | 1100000 | 10010 |
Color Harmonies of #021B5C
Complementary color
Monochromatic Colors of #021B5C
Black with #021B5C
Text Example
Text Example
White with #021B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B5C; }
p { color: rgb(2,27,92); }
H1.HeaderClassName
{
color: #021B5C;
}
.AnyTagClassName
{
color: #021B5C;
}
</style>
background-color css
<style>
a { background-color: #021B5C; }
a { background-color: rgb(2,27,92); }
div.DivClassName
{
background-color: #021B5C;
}
.BgClassName
{
background-color: #021B5C;
}
</style>
border-color css
<style>
span { border-color: #021B5C; }
span { border-color: rgb(2,27,92); }
td.TdClassName
{
border-color: #021B5C;
}
.TagClassName
{
border-color: #021B5C;
}
</style>