Shades of Sapphire #002666
Tints of Sapphire #002666
RGB
CMYK
RGB Variations
Color information
#002666 (or 0x002666) is known color: Sapphire. HEX triplet: 00, 26 and 66. RGB value is (0,38,102). Sum of RGB (Red+Green+Blue) = 0+38+102=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #002666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002666 is #FFD999. Grayscale: #212121. Windows color (decimal): -16767386 or 6694400. OLE color: 6694400.
HSL color Cylindrical-coordinate representation of color #002666: hue angle of 217.65º 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 #002666 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 38 | 102 | - |
| CMYK | 1 | 0.63 | 0 | 0.6 |
| HSL | 217.65º | 1% | 0.2% | - |
| HSV(B) | 217.65º | 1% | 0.4% | - |
| XYZ | 3.09 | 2.35 | 12.86 | - |
| YUV | 33.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 102 | 1 | 0.63 | 0 | 0.6 | 217.65 | 1 | 0.2 |
| Hex | 0 | 26 | 66 | 64 | 3F | 0 | 3C | DA | 64 | 14 |
| Octal | 0 | 46 | 146 | 144 | 77 | 0 | 74 | 332 | 144 | 24 |
| Binary | 0 | 100110 | 1100110 | 1100100 | 111111 | 0 | 111100 | 11011010 | 1100100 | 10100 |
Color Harmonies of #002666
Complementary color
Monochromatic Colors of #002666
Black with #002666
Text Example
Text Example
White with #002666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002666; }
p { color: rgb(0,38,102); }
H1.HeaderClassName
{
color: #002666;
}
.AnyTagClassName
{
color: #002666;
}
</style>
background-color css
<style>
a { background-color: #002666; }
a { background-color: rgb(0,38,102); }
div.DivClassName
{
background-color: #002666;
}
.BgClassName
{
background-color: #002666;
}
</style>
border-color css
<style>
span { border-color: #002666; }
span { border-color: rgb(0,38,102); }
td.TdClassName
{
border-color: #002666;
}
.TagClassName
{
border-color: #002666;
}
</style>