Shades of Sapphire #002774
Tints of Sapphire #002774
RGB
CMYK
RGB Variations
Color information
#002774 (or 0x002774) is known color: Sapphire. HEX triplet: 00, 27 and 74. RGB value is (0,39,116). Sum of RGB (Red+Green+Blue) = 0+39+116=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #002774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002774 is #FFD88B. Grayscale: #232323. Windows color (decimal): -16767116 or 7612160. OLE color: 7612160.
HSL color Cylindrical-coordinate representation of color #002774: hue angle of 219.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002774 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 39 | 116 | - |
| CMYK | 1 | 0.66 | 0 | 0.55 |
| HSL | 219.83º | 1% | 0.23% | - |
| HSV(B) | 219.83º | 1% | 0.45% | - |
| XYZ | 3.88 | 2.71 | 16.84 | - |
| YUV | 36.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 116 | 1 | 0.66 | 0 | 0.55 | 219.83 | 1 | 0.23 |
| Hex | 0 | 27 | 74 | 64 | 42 | 0 | 37 | DC | 64 | 17 |
| Octal | 0 | 47 | 164 | 144 | 102 | 0 | 67 | 334 | 144 | 27 |
| Binary | 0 | 100111 | 1110100 | 1100100 | 1000010 | 0 | 110111 | 11011100 | 1100100 | 10111 |
Color Harmonies of #002774
Complementary color
Monochromatic Colors of #002774
Black with #002774
Text Example
Text Example
White with #002774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002774; }
p { color: rgb(0,39,116); }
H1.HeaderClassName
{
color: #002774;
}
.AnyTagClassName
{
color: #002774;
}
</style>
background-color css
<style>
a { background-color: #002774; }
a { background-color: rgb(0,39,116); }
div.DivClassName
{
background-color: #002774;
}
.BgClassName
{
background-color: #002774;
}
</style>
border-color css
<style>
span { border-color: #002774; }
span { border-color: rgb(0,39,116); }
td.TdClassName
{
border-color: #002774;
}
.TagClassName
{
border-color: #002774;
}
</style>