Shades of Sapphire #002766
Tints of Sapphire #002766
RGB
CMYK
RGB Variations
Color information
#002766 (or 0x002766) is known color: Sapphire. HEX triplet: 00, 27 and 66. RGB value is (0,39,102). Sum of RGB (Red+Green+Blue) = 0+39+102=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #002766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002766 is #FFD899. Grayscale: #222222. Windows color (decimal): -16767130 or 6694656. OLE color: 6694656.
HSL color Cylindrical-coordinate representation of color #002766: hue angle of 217.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002766 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 39 | 102 | - |
| CMYK | 1 | 0.62 | 0 | 0.6 |
| HSL | 217.06º | 1% | 0.2% | - |
| HSV(B) | 217.06º | 1% | 0.4% | - |
| XYZ | 3.12 | 2.41 | 12.87 | - |
| YUV | 34.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 102 | 1 | 0.62 | 0 | 0.6 | 217.06 | 1 | 0.2 |
| Hex | 0 | 27 | 66 | 64 | 3E | 0 | 3C | D9 | 64 | 14 |
| Octal | 0 | 47 | 146 | 144 | 76 | 0 | 74 | 331 | 144 | 24 |
| Binary | 0 | 100111 | 1100110 | 1100100 | 111110 | 0 | 111100 | 11011001 | 1100100 | 10100 |
Color Harmonies of #002766
Complementary color
Monochromatic Colors of #002766
Black with #002766
Text Example
Text Example
White with #002766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002766; }
p { color: rgb(0,39,102); }
H1.HeaderClassName
{
color: #002766;
}
.AnyTagClassName
{
color: #002766;
}
</style>
background-color css
<style>
a { background-color: #002766; }
a { background-color: rgb(0,39,102); }
div.DivClassName
{
background-color: #002766;
}
.BgClassName
{
background-color: #002766;
}
</style>
border-color css
<style>
span { border-color: #002766; }
span { border-color: rgb(0,39,102); }
td.TdClassName
{
border-color: #002766;
}
.TagClassName
{
border-color: #002766;
}
</style>