Shades of Sapphire #001B62
Tints of Sapphire #001B62
RGB
CMYK
RGB Variations
Color information
#001B62 (or 0x001B62) is known color: Sapphire. HEX triplet: 00, 1B and 62. RGB value is (0,27,98). Sum of RGB (Red+Green+Blue) = 0+27+98=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #001B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B62 is #FFE49D. Grayscale: #1A1A1A. Windows color (decimal): -16770206 or 6429440. OLE color: 6429440.
HSL color Cylindrical-coordinate representation of color #001B62: hue angle of 223.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B62 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 27 | 98 | - |
| CMYK | 1 | 0.72 | 0 | 0.62 |
| HSL | 223.47º | 1% | 0.19% | - |
| HSV(B) | 223.47º | 1% | 0.38% | - |
| XYZ | 2.6 | 1.67 | 11.74 | - |
| YUV | 27.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 98 | 1 | 0.72 | 0 | 0.62 | 223.47 | 1 | 0.19 |
| Hex | 0 | 1B | 62 | 64 | 48 | 0 | 3E | DF | 64 | 13 |
| Octal | 0 | 33 | 142 | 144 | 110 | 0 | 76 | 337 | 144 | 23 |
| Binary | 0 | 11011 | 1100010 | 1100100 | 1001000 | 0 | 111110 | 11011111 | 1100100 | 10011 |
Color Harmonies of #001B62
Complementary color
Monochromatic Colors of #001B62
Black with #001B62
Text Example
Text Example
White with #001B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B62; }
p { color: rgb(0,27,98); }
H1.HeaderClassName
{
color: #001B62;
}
.AnyTagClassName
{
color: #001B62;
}
</style>
background-color css
<style>
a { background-color: #001B62; }
a { background-color: rgb(0,27,98); }
div.DivClassName
{
background-color: #001B62;
}
.BgClassName
{
background-color: #001B62;
}
</style>
border-color css
<style>
span { border-color: #001B62; }
span { border-color: rgb(0,27,98); }
td.TdClassName
{
border-color: #001B62;
}
.TagClassName
{
border-color: #001B62;
}
</style>