Shades of Sapphire #001B5E
Tints of Sapphire #001B5E
RGB
CMYK
RGB Variations
Color information
#001B5E (or 0x001B5E) is known color: Sapphire. HEX triplet: 00, 1B and 5E. RGB value is (0,27,94). Sum of RGB (Red+Green+Blue) = 0+27+94=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #001B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5E is #FFE4A1. Grayscale: #1A1A1A. Windows color (decimal): -16770210 or 6167296. OLE color: 6167296.
HSL color Cylindrical-coordinate representation of color #001B5E: hue angle of 222.77º 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 #001B5E is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 0 | 27 | 94 | - |
CMYK | 1 | 0.71 | 0 | 0.63 |
HSL | 222.77º | 1% | 0.18% | - |
HSV(B) | 222.77º | 1% | 0.37% | - |
XYZ | 2.41 | 1.59 | 10.77 | - |
YUV | 26.57 | 166.05 | 109.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 27 | 94 | 1 | 0.71 | 0 | 0.63 | 222.77 | 1 | 0.18 |
Hex | 0 | 1B | 5E | 64 | 47 | 0 | 3F | DF | 64 | 12 |
Octal | 0 | 33 | 136 | 144 | 107 | 0 | 77 | 337 | 144 | 22 |
Binary | 0 | 11011 | 1011110 | 1100100 | 1000111 | 0 | 111111 | 11011111 | 1100100 | 10010 |
Color Harmonies of #001B5E
Complementary color
Monochromatic Colors of #001B5E
Black with #001B5E
Text Example
Text Example
White with #001B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B5E; }
p { color: rgb(0,27,94); }
H1.HeaderClassName
{
color: #001B5E;
}
.AnyTagClassName
{
color: #001B5E;
}
</style>
background-color css
<style>
a { background-color: #001B5E; }
a { background-color: rgb(0,27,94); }
div.DivClassName
{
background-color: #001B5E;
}
.BgClassName
{
background-color: #001B5E;
}
</style>
border-color css
<style>
span { border-color: #001B5E; }
span { border-color: rgb(0,27,94); }
td.TdClassName
{
border-color: #001B5E;
}
.TagClassName
{
border-color: #001B5E;
}
</style>