Shades of Sapphire #002765
Tints of Sapphire #002765
RGB
CMYK
RGB Variations
Color information
#002765 (or 0x002765) is known color: Sapphire. HEX triplet: 00, 27 and 65. RGB value is (0,39,101). Sum of RGB (Red+Green+Blue) = 0+39+101=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #002765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002765 is #FFD89A. Grayscale: #222222. Windows color (decimal): -16767131 or 6629120. OLE color: 6629120.
HSL color Cylindrical-coordinate representation of color #002765: hue angle of 216.83º 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 #002765 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 39 | 101 | - |
| CMYK | 1 | 0.61 | 0 | 0.60 |
| HSL | 216.83º | 1% | 0.2% | - |
| HSV(B) | 216.83º | 1% | 0.4% | - |
| XYZ | 3.07 | 2.39 | 12.61 | - |
| YUV | 34.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 101 | 1 | 0.61 | 0 | 0.60 | 216.83 | 1 | 0.2 |
| Hex | 0 | 27 | 65 | 64 | 3D | 0 | 3C | D9 | 64 | 14 |
| Octal | 0 | 47 | 145 | 144 | 75 | 0 | 74 | 331 | 144 | 24 |
| Binary | 0 | 100111 | 1100101 | 1100100 | 111101 | 0 | 111100 | 11011001 | 1100100 | 10100 |
Color Harmonies of #002765
Complementary color
Monochromatic Colors of #002765
Black with #002765
Text Example
Text Example
White with #002765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002765; }
p { color: rgb(0,39,101); }
H1.HeaderClassName
{
color: #002765;
}
.AnyTagClassName
{
color: #002765;
}
</style>
background-color css
<style>
a { background-color: #002765; }
a { background-color: rgb(0,39,101); }
div.DivClassName
{
background-color: #002765;
}
.BgClassName
{
background-color: #002765;
}
</style>
border-color css
<style>
span { border-color: #002765; }
span { border-color: rgb(0,39,101); }
td.TdClassName
{
border-color: #002765;
}
.TagClassName
{
border-color: #002765;
}
</style>