Shades of Sapphire #02146A
Tints of Sapphire #02146A
RGB
CMYK
RGB Variations
Color information
#02146A (or 0x02146A) is known color: Sapphire. HEX triplet: 02, 14 and 6A. RGB value is (2,20,106). Sum of RGB (Red+Green+Blue) = 2+20+106=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 106 (41.80% from 255 or 82.81% from 128); Max value from RGB is 106 - color contains mainly: blue. Hex color #02146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146A is #FDEB95. Grayscale: #181818. Windows color (decimal): -16640918 or 6951938. OLE color: 6951938.
HSL color Cylindrical-coordinate representation of color #02146A: hue angle of 229.62º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02146A is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 20 | 106 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.58 |
| HSL | 229.62º | 0.96% | 0.21% | - |
| HSV(B) | 229.62º | 0.98% | 0.42% | - |
| XYZ | 2.88 | 1.55 | 13.78 | - |
| YUV | 24.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 106 | 0.98 | 0.81 | 0 | 0.58 | 229.62 | 0.96 | 0.21 |
| Hex | 2 | 14 | 6A | 62 | 51 | 0 | 3A | E6 | 60 | 15 |
| Octal | 2 | 24 | 152 | 142 | 121 | 0 | 72 | 346 | 140 | 25 |
| Binary | 10 | 10100 | 1101010 | 1100010 | 1010001 | 0 | 111010 | 11100110 | 1100000 | 10101 |
Color Harmonies of #02146A
Complementary color
Monochromatic Colors of #02146A
Black with #02146A
Text Example
Text Example
White with #02146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02146A; }
p { color: rgb(2,20,106); }
H1.HeaderClassName
{
color: #02146A;
}
.AnyTagClassName
{
color: #02146A;
}
</style>
background-color css
<style>
a { background-color: #02146A; }
a { background-color: rgb(2,20,106); }
div.DivClassName
{
background-color: #02146A;
}
.BgClassName
{
background-color: #02146A;
}
</style>
border-color css
<style>
span { border-color: #02146A; }
span { border-color: rgb(2,20,106); }
td.TdClassName
{
border-color: #02146A;
}
.TagClassName
{
border-color: #02146A;
}
</style>