Shades of Sapphire #002278
Tints of Sapphire #002278
RGB
CMYK
RGB Variations
Color information
#002278 (or 0x002278) is known color: Sapphire. HEX triplet: 00, 22 and 78. RGB value is (0,34,120). Sum of RGB (Red+Green+Blue) = 0+34+120=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 120 (47.27% from 255 or 77.92% from 154); Max value from RGB is 120 - color contains mainly: blue. Hex color #002278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002278 is #FFDD87. Grayscale: #212121. Windows color (decimal): -16768392 or 7873024. OLE color: 7873024.
HSL color Cylindrical-coordinate representation of color #002278: hue angle of 223º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002278 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 34 | 120 | - |
| CMYK | 1 | 0.72 | 0 | 0.53 |
| HSL | 223º | 1% | 0.24% | - |
| HSV(B) | 223º | 1% | 0.47% | - |
| XYZ | 3.96 | 2.5 | 18.04 | - |
| YUV | 33.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 120 | 1 | 0.72 | 0 | 0.53 | 223 | 1 | 0.24 |
| Hex | 0 | 22 | 78 | 64 | 48 | 0 | 35 | DF | 64 | 18 |
| Octal | 0 | 42 | 170 | 144 | 110 | 0 | 65 | 337 | 144 | 30 |
| Binary | 0 | 100010 | 1111000 | 1100100 | 1001000 | 0 | 110101 | 11011111 | 1100100 | 11000 |
Color Harmonies of #002278
Complementary color
Monochromatic Colors of #002278
Black with #002278
Text Example
Text Example
White with #002278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002278; }
p { color: rgb(0,34,120); }
H1.HeaderClassName
{
color: #002278;
}
.AnyTagClassName
{
color: #002278;
}
</style>
background-color css
<style>
a { background-color: #002278; }
a { background-color: rgb(0,34,120); }
div.DivClassName
{
background-color: #002278;
}
.BgClassName
{
background-color: #002278;
}
</style>
border-color css
<style>
span { border-color: #002278; }
span { border-color: rgb(0,34,120); }
td.TdClassName
{
border-color: #002278;
}
.TagClassName
{
border-color: #002278;
}
</style>