Shades of Sapphire #02256B
Tints of Sapphire #02256B
RGB
CMYK
RGB Variations
Color information
#02256B (or 0x02256B) is known color: Sapphire. HEX triplet: 02, 25 and 6B. RGB value is (2,37,107). Sum of RGB (Red+Green+Blue) = 2+37+107=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #02256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02256B is #FDDA94. Grayscale: #222222. Windows color (decimal): -16636565 or 7021826. OLE color: 7021826.
HSL color Cylindrical-coordinate representation of color #02256B: hue angle of 220º 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 #02256B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 37 | 107 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.58 |
| HSL | 220º | 0.96% | 0.21% | - |
| HSV(B) | 220º | 0.98% | 0.42% | - |
| XYZ | 3.34 | 2.4 | 14.2 | - |
| YUV | 34.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 107 | 0.98 | 0.65 | 0 | 0.58 | 220 | 0.96 | 0.21 |
| Hex | 2 | 25 | 6B | 62 | 41 | 0 | 3A | DC | 60 | 15 |
| Octal | 2 | 45 | 153 | 142 | 101 | 0 | 72 | 334 | 140 | 25 |
| Binary | 10 | 100101 | 1101011 | 1100010 | 1000001 | 0 | 111010 | 11011100 | 1100000 | 10101 |
Color Harmonies of #02256B
Complementary color
Monochromatic Colors of #02256B
Black with #02256B
Text Example
Text Example
White with #02256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02256B; }
p { color: rgb(2,37,107); }
H1.HeaderClassName
{
color: #02256B;
}
.AnyTagClassName
{
color: #02256B;
}
</style>
background-color css
<style>
a { background-color: #02256B; }
a { background-color: rgb(2,37,107); }
div.DivClassName
{
background-color: #02256B;
}
.BgClassName
{
background-color: #02256B;
}
</style>
border-color css
<style>
span { border-color: #02256B; }
span { border-color: rgb(2,37,107); }
td.TdClassName
{
border-color: #02256B;
}
.TagClassName
{
border-color: #02256B;
}
</style>