Shades of Sapphire #001B75
Tints of Sapphire #001B75
RGB
CMYK
RGB Variations
Color information
#001B75 (or 0x001B75) is known color: Sapphire. HEX triplet: 00, 1B and 75. RGB value is (0,27,117). Sum of RGB (Red+Green+Blue) = 0+27+117=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #001B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B75 is #FFE48A. Grayscale: #1C1C1C. Windows color (decimal): -16770187 or 7674624. OLE color: 7674624.
HSL color Cylindrical-coordinate representation of color #001B75: hue angle of 226.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B75 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 27 | 117 | - |
| CMYK | 1 | 0.77 | 0 | 0.54 |
| HSL | 226.15º | 1% | 0.23% | - |
| HSV(B) | 226.15º | 1% | 0.46% | - |
| XYZ | 3.6 | 2.07 | 17.04 | - |
| YUV | 29.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 117 | 1 | 0.77 | 0 | 0.54 | 226.15 | 1 | 0.23 |
| Hex | 0 | 1B | 75 | 64 | 4D | 0 | 36 | E2 | 64 | 17 |
| Octal | 0 | 33 | 165 | 144 | 115 | 0 | 66 | 342 | 144 | 27 |
| Binary | 0 | 11011 | 1110101 | 1100100 | 1001101 | 0 | 110110 | 11100010 | 1100100 | 10111 |
Color Harmonies of #001B75
Complementary color
Monochromatic Colors of #001B75
Black with #001B75
Text Example
Text Example
White with #001B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B75; }
p { color: rgb(0,27,117); }
H1.HeaderClassName
{
color: #001B75;
}
.AnyTagClassName
{
color: #001B75;
}
</style>
background-color css
<style>
a { background-color: #001B75; }
a { background-color: rgb(0,27,117); }
div.DivClassName
{
background-color: #001B75;
}
.BgClassName
{
background-color: #001B75;
}
</style>
border-color css
<style>
span { border-color: #001B75; }
span { border-color: rgb(0,27,117); }
td.TdClassName
{
border-color: #001B75;
}
.TagClassName
{
border-color: #001B75;
}
</style>