Shades of Sapphire #002565
Tints of Sapphire #002565
RGB
CMYK
RGB Variations
Color information
#002565 (or 0x002565) is known color: Sapphire. HEX triplet: 00, 25 and 65. RGB value is (0,37,101). Sum of RGB (Red+Green+Blue) = 0+37+101=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #002565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002565 is #FFDA9A. Grayscale: #202020. Windows color (decimal): -16767643 or 6628608. OLE color: 6628608.
HSL color Cylindrical-coordinate representation of color #002565: hue angle of 218.02º 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 #002565 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 37 | 101 | - |
| CMYK | 1 | 0.63 | 0 | 0.60 |
| HSL | 218.02º | 1% | 0.2% | - |
| HSV(B) | 218.02º | 1% | 0.4% | - |
| XYZ | 3.01 | 2.26 | 12.59 | - |
| YUV | 33.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 101 | 1 | 0.63 | 0 | 0.60 | 218.02 | 1 | 0.2 |
| Hex | 0 | 25 | 65 | 64 | 3F | 0 | 3C | DA | 64 | 14 |
| Octal | 0 | 45 | 145 | 144 | 77 | 0 | 74 | 332 | 144 | 24 |
| Binary | 0 | 100101 | 1100101 | 1100100 | 111111 | 0 | 111100 | 11011010 | 1100100 | 10100 |
Color Harmonies of #002565
Complementary color
Monochromatic Colors of #002565
Black with #002565
Text Example
Text Example
White with #002565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002565; }
p { color: rgb(0,37,101); }
H1.HeaderClassName
{
color: #002565;
}
.AnyTagClassName
{
color: #002565;
}
</style>
background-color css
<style>
a { background-color: #002565; }
a { background-color: rgb(0,37,101); }
div.DivClassName
{
background-color: #002565;
}
.BgClassName
{
background-color: #002565;
}
</style>
border-color css
<style>
span { border-color: #002565; }
span { border-color: rgb(0,37,101); }
td.TdClassName
{
border-color: #002565;
}
.TagClassName
{
border-color: #002565;
}
</style>