Shades of Sapphire #002665
Tints of Sapphire #002665
RGB
CMYK
RGB Variations
Color information
#002665 (or 0x002665) is known color: Sapphire. HEX triplet: 00, 26 and 65. RGB value is (0,38,101). Sum of RGB (Red+Green+Blue) = 0+38+101=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #002665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002665 is #FFD99A. Grayscale: #212121. Windows color (decimal): -16767387 or 6628864. OLE color: 6628864.
HSL color Cylindrical-coordinate representation of color #002665: hue angle of 217.43º 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 #002665 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 38 | 101 | - |
| CMYK | 1 | 0.62 | 0 | 0.60 |
| HSL | 217.43º | 1% | 0.2% | - |
| HSV(B) | 217.43º | 1% | 0.4% | - |
| XYZ | 3.04 | 2.33 | 12.6 | - |
| YUV | 33.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 101 | 1 | 0.62 | 0 | 0.60 | 217.43 | 1 | 0.2 |
| Hex | 0 | 26 | 65 | 64 | 3E | 0 | 3C | D9 | 64 | 14 |
| Octal | 0 | 46 | 145 | 144 | 76 | 0 | 74 | 331 | 144 | 24 |
| Binary | 0 | 100110 | 1100101 | 1100100 | 111110 | 0 | 111100 | 11011001 | 1100100 | 10100 |
Color Harmonies of #002665
Complementary color
Monochromatic Colors of #002665
Black with #002665
Text Example
Text Example
White with #002665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002665; }
p { color: rgb(0,38,101); }
H1.HeaderClassName
{
color: #002665;
}
.AnyTagClassName
{
color: #002665;
}
</style>
background-color css
<style>
a { background-color: #002665; }
a { background-color: rgb(0,38,101); }
div.DivClassName
{
background-color: #002665;
}
.BgClassName
{
background-color: #002665;
}
</style>
border-color css
<style>
span { border-color: #002665; }
span { border-color: rgb(0,38,101); }
td.TdClassName
{
border-color: #002665;
}
.TagClassName
{
border-color: #002665;
}
</style>