Shades of Sapphire #001474
Tints of Sapphire #001474
RGB
CMYK
RGB Variations
Color information
#001474 (or 0x001474) is known color: Sapphire. HEX triplet: 00, 14 and 74. RGB value is (0,20,116). Sum of RGB (Red+Green+Blue) = 0+20+116=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #001474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001474 is #FFEB8B. Grayscale: #181818. Windows color (decimal): -16771980 or 7607296. OLE color: 7607296.
HSL color Cylindrical-coordinate representation of color #001474: hue angle of 229.66º 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 #001474 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 20 | 116 | - |
| CMYK | 1 | 0.83 | 0 | 0.55 |
| HSL | 229.66º | 1% | 0.23% | - |
| HSV(B) | 229.66º | 1% | 0.45% | - |
| XYZ | 3.4 | 1.76 | 16.68 | - |
| YUV | 24.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 116 | 1 | 0.83 | 0 | 0.55 | 229.66 | 1 | 0.23 |
| Hex | 0 | 14 | 74 | 64 | 53 | 0 | 37 | E6 | 64 | 17 |
| Octal | 0 | 24 | 164 | 144 | 123 | 0 | 67 | 346 | 144 | 27 |
| Binary | 0 | 10100 | 1110100 | 1100100 | 1010011 | 0 | 110111 | 11100110 | 1100100 | 10111 |
Color Harmonies of #001474
Complementary color
Monochromatic Colors of #001474
Black with #001474
Text Example
Text Example
White with #001474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001474; }
p { color: rgb(0,20,116); }
H1.HeaderClassName
{
color: #001474;
}
.AnyTagClassName
{
color: #001474;
}
</style>
background-color css
<style>
a { background-color: #001474; }
a { background-color: rgb(0,20,116); }
div.DivClassName
{
background-color: #001474;
}
.BgClassName
{
background-color: #001474;
}
</style>
border-color css
<style>
span { border-color: #001474; }
span { border-color: rgb(0,20,116); }
td.TdClassName
{
border-color: #001474;
}
.TagClassName
{
border-color: #001474;
}
</style>