Shades of Sapphire #001748
Tints of Sapphire #001748
RGB
CMYK
RGB Variations
Color information
#001748 (or 0x001748) is known color: Sapphire. HEX triplet: 00, 17 and 48. RGB value is (0,23,72). Sum of RGB (Red+Green+Blue) = 0+23+72=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #001748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001748 is #FFE8B7. Grayscale: #151515. Windows color (decimal): -16771256 or 4724480. OLE color: 4724480.
HSL color Cylindrical-coordinate representation of color #001748: hue angle of 220.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001748 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 23 | 72 | - |
| CMYK | 1 | 0.68 | 0 | 0.72 |
| HSL | 220.83º | 1% | 0.14% | - |
| HSV(B) | 220.83º | 1% | 0.28% | - |
| XYZ | 1.48 | 1.08 | 6.26 | - |
| YUV | 21.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 72 | 1 | 0.68 | 0 | 0.72 | 220.83 | 1 | 0.14 |
| Hex | 0 | 17 | 48 | 64 | 44 | 0 | 48 | DD | 64 | E |
| Octal | 0 | 27 | 110 | 144 | 104 | 0 | 110 | 335 | 144 | 16 |
| Binary | 0 | 10111 | 1001000 | 1100100 | 1000100 | 0 | 1001000 | 11011101 | 1100100 | 1110 |
Color Harmonies of #001748
Complementary color
Monochromatic Colors of #001748
Black with #001748
Text Example
Text Example
White with #001748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001748; }
p { color: rgb(0,23,72); }
H1.HeaderClassName
{
color: #001748;
}
.AnyTagClassName
{
color: #001748;
}
</style>
background-color css
<style>
a { background-color: #001748; }
a { background-color: rgb(0,23,72); }
div.DivClassName
{
background-color: #001748;
}
.BgClassName
{
background-color: #001748;
}
</style>
border-color css
<style>
span { border-color: #001748; }
span { border-color: rgb(0,23,72); }
td.TdClassName
{
border-color: #001748;
}
.TagClassName
{
border-color: #001748;
}
</style>