Shades of Sapphire #001C5E
Tints of Sapphire #001C5E
RGB
CMYK
RGB Variations
Color information
#001C5E (or 0x001C5E) is known color: Sapphire. HEX triplet: 00, 1C and 5E. RGB value is (0,28,94). Sum of RGB (Red+Green+Blue) = 0+28+94=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #001C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C5E is #FFE3A1. Grayscale: #1A1A1A. Windows color (decimal): -16769954 or 6167552. OLE color: 6167552.
HSL color Cylindrical-coordinate representation of color #001C5E: hue angle of 222.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C5E is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 0 | 28 | 94 | - |
CMYK | 1 | 0.70 | 0 | 0.63 |
HSL | 222.13º | 1% | 0.18% | - |
HSV(B) | 222.13º | 1% | 0.37% | - |
XYZ | 2.44 | 1.64 | 10.78 | - |
YUV | 27.15 | 165.72 | 108.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 28 | 94 | 1 | 0.70 | 0 | 0.63 | 222.13 | 1 | 0.18 |
Hex | 0 | 1C | 5E | 64 | 46 | 0 | 3F | DE | 64 | 12 |
Octal | 0 | 34 | 136 | 144 | 106 | 0 | 77 | 336 | 144 | 22 |
Binary | 0 | 11100 | 1011110 | 1100100 | 1000110 | 0 | 111111 | 11011110 | 1100100 | 10010 |
Color Harmonies of #001C5E
Complementary color
Monochromatic Colors of #001C5E
Black with #001C5E
Text Example
Text Example
White with #001C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C5E; }
p { color: rgb(0,28,94); }
H1.HeaderClassName
{
color: #001C5E;
}
.AnyTagClassName
{
color: #001C5E;
}
</style>
background-color css
<style>
a { background-color: #001C5E; }
a { background-color: rgb(0,28,94); }
div.DivClassName
{
background-color: #001C5E;
}
.BgClassName
{
background-color: #001C5E;
}
</style>
border-color css
<style>
span { border-color: #001C5E; }
span { border-color: rgb(0,28,94); }
td.TdClassName
{
border-color: #001C5E;
}
.TagClassName
{
border-color: #001C5E;
}
</style>