Shades of Sapphire #02146D
Tints of Sapphire #02146D
RGB
CMYK
RGB Variations
Color information
#02146D (or 0x02146D) is known color: Sapphire. HEX triplet: 02, 14 and 6D. RGB value is (2,20,109). Sum of RGB (Red+Green+Blue) = 2+20+109=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #02146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146D is #FDEB92. Grayscale: #181818. Windows color (decimal): -16640915 or 7148546. OLE color: 7148546.
HSL color Cylindrical-coordinate representation of color #02146D: hue angle of 229.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02146D is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 20 | 109 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.57 |
| HSL | 229.91º | 0.96% | 0.22% | - |
| HSV(B) | 229.91º | 0.98% | 0.43% | - |
| XYZ | 3.04 | 1.62 | 14.62 | - |
| YUV | 24.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 109 | 0.98 | 0.82 | 0 | 0.57 | 229.91 | 0.96 | 0.22 |
| Hex | 2 | 14 | 6D | 62 | 52 | 0 | 39 | E6 | 60 | 16 |
| Octal | 2 | 24 | 155 | 142 | 122 | 0 | 71 | 346 | 140 | 26 |
| Binary | 10 | 10100 | 1101101 | 1100010 | 1010010 | 0 | 111001 | 11100110 | 1100000 | 10110 |
Color Harmonies of #02146D
Complementary color
Monochromatic Colors of #02146D
Black with #02146D
Text Example
Text Example
White with #02146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02146D; }
p { color: rgb(2,20,109); }
H1.HeaderClassName
{
color: #02146D;
}
.AnyTagClassName
{
color: #02146D;
}
</style>
background-color css
<style>
a { background-color: #02146D; }
a { background-color: rgb(2,20,109); }
div.DivClassName
{
background-color: #02146D;
}
.BgClassName
{
background-color: #02146D;
}
</style>
border-color css
<style>
span { border-color: #02146D; }
span { border-color: rgb(2,20,109); }
td.TdClassName
{
border-color: #02146D;
}
.TagClassName
{
border-color: #02146D;
}
</style>