Shades of Sapphire #001B5A
Tints of Sapphire #001B5A
RGB
CMYK
RGB Variations
Color information
#001B5A (or 0x001B5A) is known color: Sapphire. HEX triplet: 00, 1B and 5A. RGB value is (0,27,90). Sum of RGB (Red+Green+Blue) = 0+27+90=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #001B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5A is #FFE4A5. Grayscale: #191919. Windows color (decimal): -16770214 or 5905152. OLE color: 5905152.
HSL color Cylindrical-coordinate representation of color #001B5A: hue angle of 222º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5A is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 27 | 90 | - |
| CMYK | 1 | 0.70 | 0 | 0.65 |
| HSL | 222º | 1% | 0.18% | - |
| HSV(B) | 222º | 1% | 0.35% | - |
| XYZ | 2.24 | 1.52 | 9.85 | - |
| YUV | 26.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 90 | 1 | 0.70 | 0 | 0.65 | 222 | 1 | 0.18 |
| Hex | 0 | 1B | 5A | 64 | 46 | 0 | 41 | DE | 64 | 12 |
| Octal | 0 | 33 | 132 | 144 | 106 | 0 | 101 | 336 | 144 | 22 |
| Binary | 0 | 11011 | 1011010 | 1100100 | 1000110 | 0 | 1000001 | 11011110 | 1100100 | 10010 |
Color Harmonies of #001B5A
Complementary color
Monochromatic Colors of #001B5A
Black with #001B5A
Text Example
Text Example
White with #001B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B5A; }
p { color: rgb(0,27,90); }
H1.HeaderClassName
{
color: #001B5A;
}
.AnyTagClassName
{
color: #001B5A;
}
</style>
background-color css
<style>
a { background-color: #001B5A; }
a { background-color: rgb(0,27,90); }
div.DivClassName
{
background-color: #001B5A;
}
.BgClassName
{
background-color: #001B5A;
}
</style>
border-color css
<style>
span { border-color: #001B5A; }
span { border-color: rgb(0,27,90); }
td.TdClassName
{
border-color: #001B5A;
}
.TagClassName
{
border-color: #001B5A;
}
</style>