Shades of Sapphire #02135E
Tints of Sapphire #02135E
RGB
CMYK
RGB Variations
Color information
#02135E (or 0x02135E) is known color: Sapphire. HEX triplet: 02, 13 and 5E. RGB value is (2,19,94). Sum of RGB (Red+Green+Blue) = 2+19+94=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #02135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135E is #FDECA1. Grayscale: #161616. Windows color (decimal): -16641186 or 6165250. OLE color: 6165250.
HSL color Cylindrical-coordinate representation of color #02135E: hue angle of 228.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02135E is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 19 | 94 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.63 |
| HSL | 228.91º | 0.96% | 0.19% | - |
| HSV(B) | 228.91º | 0.98% | 0.37% | - |
| XYZ | 2.28 | 1.29 | 10.72 | - |
| YUV | 22.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 94 | 0.98 | 0.80 | 0 | 0.63 | 228.91 | 0.96 | 0.19 |
| Hex | 2 | 13 | 5E | 62 | 50 | 0 | 3F | E5 | 60 | 13 |
| Octal | 2 | 23 | 136 | 142 | 120 | 0 | 77 | 345 | 140 | 23 |
| Binary | 10 | 10011 | 1011110 | 1100010 | 1010000 | 0 | 111111 | 11100101 | 1100000 | 10011 |
Color Harmonies of #02135E
Complementary color
Monochromatic Colors of #02135E
Black with #02135E
Text Example
Text Example
White with #02135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02135E; }
p { color: rgb(2,19,94); }
H1.HeaderClassName
{
color: #02135E;
}
.AnyTagClassName
{
color: #02135E;
}
</style>
background-color css
<style>
a { background-color: #02135E; }
a { background-color: rgb(2,19,94); }
div.DivClassName
{
background-color: #02135E;
}
.BgClassName
{
background-color: #02135E;
}
</style>
border-color css
<style>
span { border-color: #02135E; }
span { border-color: rgb(2,19,94); }
td.TdClassName
{
border-color: #02135E;
}
.TagClassName
{
border-color: #02135E;
}
</style>