Shades of Sapphire #001C83
Tints of Sapphire #001C83
RGB
CMYK
RGB Variations
Color information
#001C83 (or 0x001C83) is known color: Sapphire. HEX triplet: 00, 1C and 83. RGB value is (0,28,131). Sum of RGB (Red+Green+Blue) = 0+28+131=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #001C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C83 is #FFE37C. Grayscale: #1E1E1E. Windows color (decimal): -16769917 or 8592384. OLE color: 8592384.
HSL color Cylindrical-coordinate representation of color #001C83: hue angle of 227.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C83 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 28 | 131 | - |
| CMYK | 1 | 0.79 | 0 | 0.49 |
| HSL | 227.18º | 1% | 0.26% | - |
| HSV(B) | 227.18º | 1% | 0.51% | - |
| XYZ | 4.51 | 2.47 | 21.71 | - |
| YUV | 31.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 131 | 1 | 0.79 | 0 | 0.49 | 227.18 | 1 | 0.26 |
| Hex | 0 | 1C | 83 | 64 | 4F | 0 | 31 | E3 | 64 | 1A |
| Octal | 0 | 34 | 203 | 144 | 117 | 0 | 61 | 343 | 144 | 32 |
| Binary | 0 | 11100 | 10000011 | 1100100 | 1001111 | 0 | 110001 | 11100011 | 1100100 | 11010 |
Color Harmonies of #001C83
Complementary color
Monochromatic Colors of #001C83
Black with #001C83
Text Example
Text Example
White with #001C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C83; }
p { color: rgb(0,28,131); }
H1.HeaderClassName
{
color: #001C83;
}
.AnyTagClassName
{
color: #001C83;
}
</style>
background-color css
<style>
a { background-color: #001C83; }
a { background-color: rgb(0,28,131); }
div.DivClassName
{
background-color: #001C83;
}
.BgClassName
{
background-color: #001C83;
}
</style>
border-color css
<style>
span { border-color: #001C83; }
span { border-color: rgb(0,28,131); }
td.TdClassName
{
border-color: #001C83;
}
.TagClassName
{
border-color: #001C83;
}
</style>