Shades of Sapphire #001753
Tints of Sapphire #001753
RGB
CMYK
RGB Variations
Color information
#001753 (or 0x001753) is known color: Sapphire. HEX triplet: 00, 17 and 53. RGB value is (0,23,83). Sum of RGB (Red+Green+Blue) = 0+23+83=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #001753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001753 is #FFE8AC. Grayscale: #161616. Windows color (decimal): -16771245 or 5445376. OLE color: 5445376.
HSL color Cylindrical-coordinate representation of color #001753: hue angle of 223.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001753 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 23 | 83 | - |
| CMYK | 1 | 0.72 | 0 | 0.67 |
| HSL | 223.37º | 1% | 0.16% | - |
| HSV(B) | 223.37º | 1% | 0.33% | - |
| XYZ | 1.87 | 1.24 | 8.32 | - |
| YUV | 22.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 83 | 1 | 0.72 | 0 | 0.67 | 223.37 | 1 | 0.16 |
| Hex | 0 | 17 | 53 | 64 | 48 | 0 | 43 | DF | 64 | 10 |
| Octal | 0 | 27 | 123 | 144 | 110 | 0 | 103 | 337 | 144 | 20 |
| Binary | 0 | 10111 | 1010011 | 1100100 | 1001000 | 0 | 1000011 | 11011111 | 1100100 | 10000 |
Color Harmonies of #001753
Complementary color
Monochromatic Colors of #001753
Black with #001753
Text Example
Text Example
White with #001753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001753; }
p { color: rgb(0,23,83); }
H1.HeaderClassName
{
color: #001753;
}
.AnyTagClassName
{
color: #001753;
}
</style>
background-color css
<style>
a { background-color: #001753; }
a { background-color: rgb(0,23,83); }
div.DivClassName
{
background-color: #001753;
}
.BgClassName
{
background-color: #001753;
}
</style>
border-color css
<style>
span { border-color: #001753; }
span { border-color: rgb(0,23,83); }
td.TdClassName
{
border-color: #001753;
}
.TagClassName
{
border-color: #001753;
}
</style>