Shades of Sapphire #001C65
Tints of Sapphire #001C65
RGB
CMYK
RGB Variations
Color information
#001C65 (or 0x001C65) is known color: Sapphire. HEX triplet: 00, 1C and 65. RGB value is (0,28,101). Sum of RGB (Red+Green+Blue) = 0+28+101=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 101 (39.84% from 255 or 78.29% from 129); Max value from RGB is 101 - color contains mainly: blue. Hex color #001C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C65 is #FFE39A. Grayscale: #1B1B1B. Windows color (decimal): -16769947 or 6626304. OLE color: 6626304.
HSL color Cylindrical-coordinate representation of color #001C65: hue angle of 223.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C65 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 28 | 101 | - |
| CMYK | 1 | 0.72 | 0 | 0.60 |
| HSL | 223.37º | 1% | 0.2% | - |
| HSV(B) | 223.37º | 1% | 0.4% | - |
| XYZ | 2.76 | 1.77 | 12.51 | - |
| YUV | 27.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 101 | 1 | 0.72 | 0 | 0.60 | 223.37 | 1 | 0.2 |
| Hex | 0 | 1C | 65 | 64 | 48 | 0 | 3C | DF | 64 | 14 |
| Octal | 0 | 34 | 145 | 144 | 110 | 0 | 74 | 337 | 144 | 24 |
| Binary | 0 | 11100 | 1100101 | 1100100 | 1001000 | 0 | 111100 | 11011111 | 1100100 | 10100 |
Color Harmonies of #001C65
Complementary color
Monochromatic Colors of #001C65
Black with #001C65
Text Example
Text Example
White with #001C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C65; }
p { color: rgb(0,28,101); }
H1.HeaderClassName
{
color: #001C65;
}
.AnyTagClassName
{
color: #001C65;
}
</style>
background-color css
<style>
a { background-color: #001C65; }
a { background-color: rgb(0,28,101); }
div.DivClassName
{
background-color: #001C65;
}
.BgClassName
{
background-color: #001C65;
}
</style>
border-color css
<style>
span { border-color: #001C65; }
span { border-color: rgb(0,28,101); }
td.TdClassName
{
border-color: #001C65;
}
.TagClassName
{
border-color: #001C65;
}
</style>