Shades of Sapphire #001B5C
Tints of Sapphire #001B5C
RGB
CMYK
RGB Variations
Color information
#001B5C (or 0x001B5C) is known color: Sapphire. HEX triplet: 00, 1B and 5C. RGB value is (0,27,92). Sum of RGB (Red+Green+Blue) = 0+27+92=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #001B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5C is #FFE4A3. Grayscale: #1A1A1A. Windows color (decimal): -16770212 or 6036224. OLE color: 6036224.
HSL color Cylindrical-coordinate representation of color #001B5C: hue angle of 222.39º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5C is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 27 | 92 | - |
| CMYK | 1 | 0.71 | 0 | 0.64 |
| HSL | 222.39º | 1% | 0.18% | - |
| HSV(B) | 222.39º | 1% | 0.36% | - |
| XYZ | 2.32 | 1.56 | 10.3 | - |
| YUV | 26.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 92 | 1 | 0.71 | 0 | 0.64 | 222.39 | 1 | 0.18 |
| Hex | 0 | 1B | 5C | 64 | 47 | 0 | 40 | DE | 64 | 12 |
| Octal | 0 | 33 | 134 | 144 | 107 | 0 | 100 | 336 | 144 | 22 |
| Binary | 0 | 11011 | 1011100 | 1100100 | 1000111 | 0 | 1000000 | 11011110 | 1100100 | 10010 |
Color Harmonies of #001B5C
Complementary color
Monochromatic Colors of #001B5C
Black with #001B5C
Text Example
Text Example
White with #001B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B5C; }
p { color: rgb(0,27,92); }
H1.HeaderClassName
{
color: #001B5C;
}
.AnyTagClassName
{
color: #001B5C;
}
</style>
background-color css
<style>
a { background-color: #001B5C; }
a { background-color: rgb(0,27,92); }
div.DivClassName
{
background-color: #001B5C;
}
.BgClassName
{
background-color: #001B5C;
}
</style>
border-color css
<style>
span { border-color: #001B5C; }
span { border-color: rgb(0,27,92); }
td.TdClassName
{
border-color: #001B5C;
}
.TagClassName
{
border-color: #001B5C;
}
</style>