Shades of Sapphire #002180
Tints of Sapphire #002180
RGB
CMYK
RGB Variations
Color information
#002180 (or 0x002180) is known color: Sapphire. HEX triplet: 00, 21 and 80. RGB value is (0,33,128). Sum of RGB (Red+Green+Blue) = 0+33+128=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #002180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002180 is #FFDE7F. Grayscale: #212121. Windows color (decimal): -16768640 or 8397056. OLE color: 8397056.
HSL color Cylindrical-coordinate representation of color #002180: hue angle of 224.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002180 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 33 | 128 | - |
| CMYK | 1 | 0.74 | 0 | 0.50 |
| HSL | 224.53º | 1% | 0.25% | - |
| HSV(B) | 224.53º | 1% | 0.5% | - |
| XYZ | 4.44 | 2.65 | 20.7 | - |
| YUV | 33.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 128 | 1 | 0.74 | 0 | 0.50 | 224.53 | 1 | 0.25 |
| Hex | 0 | 21 | 80 | 64 | 4A | 0 | 32 | E1 | 64 | 19 |
| Octal | 0 | 41 | 200 | 144 | 112 | 0 | 62 | 341 | 144 | 31 |
| Binary | 0 | 100001 | 10000000 | 1100100 | 1001010 | 0 | 110010 | 11100001 | 1100100 | 11001 |
Color Harmonies of #002180
Complementary color
Monochromatic Colors of #002180
Black with #002180
Text Example
Text Example
White with #002180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002180; }
p { color: rgb(0,33,128); }
H1.HeaderClassName
{
color: #002180;
}
.AnyTagClassName
{
color: #002180;
}
</style>
background-color css
<style>
a { background-color: #002180; }
a { background-color: rgb(0,33,128); }
div.DivClassName
{
background-color: #002180;
}
.BgClassName
{
background-color: #002180;
}
</style>
border-color css
<style>
span { border-color: #002180; }
span { border-color: rgb(0,33,128); }
td.TdClassName
{
border-color: #002180;
}
.TagClassName
{
border-color: #002180;
}
</style>