Shades of Sapphire #001774
Tints of Sapphire #001774
RGB
CMYK
RGB Variations
Color information
#001774 (or 0x001774) is known color: Sapphire. HEX triplet: 00, 17 and 74. RGB value is (0,23,116). Sum of RGB (Red+Green+Blue) = 0+23+116=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #001774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001774 is #FFE88B. Grayscale: #1A1A1A. Windows color (decimal): -16771212 or 7608064. OLE color: 7608064.
HSL color Cylindrical-coordinate representation of color #001774: hue angle of 228.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001774 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 23 | 116 | - |
| CMYK | 1 | 0.80 | 0 | 0.55 |
| HSL | 228.1º | 1% | 0.23% | - |
| HSV(B) | 228.1º | 1% | 0.45% | - |
| XYZ | 3.46 | 1.87 | 16.7 | - |
| YUV | 26.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 116 | 1 | 0.80 | 0 | 0.55 | 228.1 | 1 | 0.23 |
| Hex | 0 | 17 | 74 | 64 | 50 | 0 | 37 | E4 | 64 | 17 |
| Octal | 0 | 27 | 164 | 144 | 120 | 0 | 67 | 344 | 144 | 27 |
| Binary | 0 | 10111 | 1110100 | 1100100 | 1010000 | 0 | 110111 | 11100100 | 1100100 | 10111 |
Color Harmonies of #001774
Complementary color
Monochromatic Colors of #001774
Black with #001774
Text Example
Text Example
White with #001774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001774; }
p { color: rgb(0,23,116); }
H1.HeaderClassName
{
color: #001774;
}
.AnyTagClassName
{
color: #001774;
}
</style>
background-color css
<style>
a { background-color: #001774; }
a { background-color: rgb(0,23,116); }
div.DivClassName
{
background-color: #001774;
}
.BgClassName
{
background-color: #001774;
}
</style>
border-color css
<style>
span { border-color: #001774; }
span { border-color: rgb(0,23,116); }
td.TdClassName
{
border-color: #001774;
}
.TagClassName
{
border-color: #001774;
}
</style>