Shades of Sapphire #02136E
Tints of Sapphire #02136E
RGB
CMYK
RGB Variations
Color information
#02136E (or 0x02136E) is known color: Sapphire. HEX triplet: 02, 13 and 6E. RGB value is (2,19,110). Sum of RGB (Red+Green+Blue) = 2+19+110=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #02136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02136E is #FDEC91. Grayscale: #171717. Windows color (decimal): -16641170 or 7213826. OLE color: 7213826.
HSL color Cylindrical-coordinate representation of color #02136E: hue angle of 230.56º 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 #02136E is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 19 | 110 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.57 |
| HSL | 230.56º | 0.96% | 0.22% | - |
| HSV(B) | 230.56º | 0.98% | 0.43% | - |
| XYZ | 3.07 | 1.6 | 14.9 | - |
| YUV | 24.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 110 | 0.98 | 0.83 | 0 | 0.57 | 230.56 | 0.96 | 0.22 |
| Hex | 2 | 13 | 6E | 62 | 53 | 0 | 39 | E7 | 60 | 16 |
| Octal | 2 | 23 | 156 | 142 | 123 | 0 | 71 | 347 | 140 | 26 |
| Binary | 10 | 10011 | 1101110 | 1100010 | 1010011 | 0 | 111001 | 11100111 | 1100000 | 10110 |
Color Harmonies of #02136E
Complementary color
Monochromatic Colors of #02136E
Black with #02136E
Text Example
Text Example
White with #02136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02136E; }
p { color: rgb(2,19,110); }
H1.HeaderClassName
{
color: #02136E;
}
.AnyTagClassName
{
color: #02136E;
}
</style>
background-color css
<style>
a { background-color: #02136E; }
a { background-color: rgb(2,19,110); }
div.DivClassName
{
background-color: #02136E;
}
.BgClassName
{
background-color: #02136E;
}
</style>
border-color css
<style>
span { border-color: #02136E; }
span { border-color: rgb(2,19,110); }
td.TdClassName
{
border-color: #02136E;
}
.TagClassName
{
border-color: #02136E;
}
</style>