Shades of Sapphire #02276D
Tints of Sapphire #02276D
RGB
CMYK
RGB Variations
Color information
#02276D (or 0x02276D) is known color: Sapphire. HEX triplet: 02, 27 and 6D. RGB value is (2,39,109). Sum of RGB (Red+Green+Blue) = 2+39+109=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #02276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02276D is #FDD892. Grayscale: #232323. Windows color (decimal): -16636051 or 7153410. OLE color: 7153410.
HSL color Cylindrical-coordinate representation of color #02276D: hue angle of 219.25º 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 #02276D is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 39 | 109 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.57 |
| HSL | 219.25º | 0.96% | 0.22% | - |
| HSV(B) | 219.25º | 0.98% | 0.43% | - |
| XYZ | 3.51 | 2.57 | 14.78 | - |
| YUV | 35.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 109 | 0.98 | 0.64 | 0 | 0.57 | 219.25 | 0.96 | 0.22 |
| Hex | 2 | 27 | 6D | 62 | 40 | 0 | 39 | DB | 60 | 16 |
| Octal | 2 | 47 | 155 | 142 | 100 | 0 | 71 | 333 | 140 | 26 |
| Binary | 10 | 100111 | 1101101 | 1100010 | 1000000 | 0 | 111001 | 11011011 | 1100000 | 10110 |
Color Harmonies of #02276D
Complementary color
Monochromatic Colors of #02276D
Black with #02276D
Text Example
Text Example
White with #02276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02276D; }
p { color: rgb(2,39,109); }
H1.HeaderClassName
{
color: #02276D;
}
.AnyTagClassName
{
color: #02276D;
}
</style>
background-color css
<style>
a { background-color: #02276D; }
a { background-color: rgb(2,39,109); }
div.DivClassName
{
background-color: #02276D;
}
.BgClassName
{
background-color: #02276D;
}
</style>
border-color css
<style>
span { border-color: #02276D; }
span { border-color: rgb(2,39,109); }
td.TdClassName
{
border-color: #02276D;
}
.TagClassName
{
border-color: #02276D;
}
</style>