Shades of Sapphire #00154B
Tints of Sapphire #00154B
RGB
CMYK
RGB Variations
Color information
#00154B (or 0x00154B) is known color: Sapphire. HEX triplet: 00, 15 and 4B. RGB value is (0,21,75). Sum of RGB (Red+Green+Blue) = 0+21+75=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #00154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00154B is #FFEAB4. Grayscale: #141414. Windows color (decimal): -16771765 or 4920576. OLE color: 4920576.
HSL color Cylindrical-coordinate representation of color #00154B: hue angle of 223.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00154B is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 21 | 75 | - |
| CMYK | 1 | 0.72 | 0 | 0.71 |
| HSL | 223.2º | 1% | 0.15% | - |
| HSV(B) | 223.2º | 1% | 0.29% | - |
| XYZ | 1.54 | 1.04 | 6.78 | - |
| YUV | 20.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 75 | 1 | 0.72 | 0 | 0.71 | 223.2 | 1 | 0.15 |
| Hex | 0 | 15 | 4B | 64 | 48 | 0 | 47 | DF | 64 | F |
| Octal | 0 | 25 | 113 | 144 | 110 | 0 | 107 | 337 | 144 | 17 |
| Binary | 0 | 10101 | 1001011 | 1100100 | 1001000 | 0 | 1000111 | 11011111 | 1100100 | 1111 |
Color Harmonies of #00154B
Complementary color
Monochromatic Colors of #00154B
Black with #00154B
Text Example
Text Example
White with #00154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00154B; }
p { color: rgb(0,21,75); }
H1.HeaderClassName
{
color: #00154B;
}
.AnyTagClassName
{
color: #00154B;
}
</style>
background-color css
<style>
a { background-color: #00154B; }
a { background-color: rgb(0,21,75); }
div.DivClassName
{
background-color: #00154B;
}
.BgClassName
{
background-color: #00154B;
}
</style>
border-color css
<style>
span { border-color: #00154B; }
span { border-color: rgb(0,21,75); }
td.TdClassName
{
border-color: #00154B;
}
.TagClassName
{
border-color: #00154B;
}
</style>