Shades of Sapphire #002769
Tints of Sapphire #002769
RGB
CMYK
RGB Variations
Color information
#002769 (or 0x002769) is known color: Sapphire. HEX triplet: 00, 27 and 69. RGB value is (0,39,105). Sum of RGB (Red+Green+Blue) = 0+39+105=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #002769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002769 is #FFD896. Grayscale: #222222. Windows color (decimal): -16767127 or 6891264. OLE color: 6891264.
HSL color Cylindrical-coordinate representation of color #002769: hue angle of 217.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002769 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 39 | 105 | - |
| CMYK | 1 | 0.63 | 0 | 0.59 |
| HSL | 217.71º | 1% | 0.21% | - |
| HSV(B) | 217.71º | 1% | 0.41% | - |
| XYZ | 3.28 | 2.47 | 13.67 | - |
| YUV | 34.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 105 | 1 | 0.63 | 0 | 0.59 | 217.71 | 1 | 0.21 |
| Hex | 0 | 27 | 69 | 64 | 3F | 0 | 3B | DA | 64 | 15 |
| Octal | 0 | 47 | 151 | 144 | 77 | 0 | 73 | 332 | 144 | 25 |
| Binary | 0 | 100111 | 1101001 | 1100100 | 111111 | 0 | 111011 | 11011010 | 1100100 | 10101 |
Color Harmonies of #002769
Complementary color
Monochromatic Colors of #002769
Black with #002769
Text Example
Text Example
White with #002769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002769; }
p { color: rgb(0,39,105); }
H1.HeaderClassName
{
color: #002769;
}
.AnyTagClassName
{
color: #002769;
}
</style>
background-color css
<style>
a { background-color: #002769; }
a { background-color: rgb(0,39,105); }
div.DivClassName
{
background-color: #002769;
}
.BgClassName
{
background-color: #002769;
}
</style>
border-color css
<style>
span { border-color: #002769; }
span { border-color: rgb(0,39,105); }
td.TdClassName
{
border-color: #002769;
}
.TagClassName
{
border-color: #002769;
}
</style>