Shades of Sapphire #02136B
Tints of Sapphire #02136B
RGB
CMYK
RGB Variations
Color information
#02136B (or 0x02136B) is known color: Sapphire. HEX triplet: 02, 13 and 6B. RGB value is (2,19,107). Sum of RGB (Red+Green+Blue) = 2+19+107=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #02136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02136B is #FDEC94. Grayscale: #171717. Windows color (decimal): -16641173 or 7017218. OLE color: 7017218.
HSL color Cylindrical-coordinate representation of color #02136B: hue angle of 230.29º 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 #02136B is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 19 | 107 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.58 |
| HSL | 230.29º | 0.96% | 0.21% | - |
| HSV(B) | 230.29º | 0.98% | 0.42% | - |
| XYZ | 2.91 | 1.54 | 14.05 | - |
| YUV | 23.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 107 | 0.98 | 0.82 | 0 | 0.58 | 230.29 | 0.96 | 0.21 |
| Hex | 2 | 13 | 6B | 62 | 52 | 0 | 3A | E6 | 60 | 15 |
| Octal | 2 | 23 | 153 | 142 | 122 | 0 | 72 | 346 | 140 | 25 |
| Binary | 10 | 10011 | 1101011 | 1100010 | 1010010 | 0 | 111010 | 11100110 | 1100000 | 10101 |
Color Harmonies of #02136B
Complementary color
Monochromatic Colors of #02136B
Black with #02136B
Text Example
Text Example
White with #02136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02136B; }
p { color: rgb(2,19,107); }
H1.HeaderClassName
{
color: #02136B;
}
.AnyTagClassName
{
color: #02136B;
}
</style>
background-color css
<style>
a { background-color: #02136B; }
a { background-color: rgb(2,19,107); }
div.DivClassName
{
background-color: #02136B;
}
.BgClassName
{
background-color: #02136B;
}
</style>
border-color css
<style>
span { border-color: #02136B; }
span { border-color: rgb(2,19,107); }
td.TdClassName
{
border-color: #02136B;
}
.TagClassName
{
border-color: #02136B;
}
</style>