Shades of Sapphire #000448
Tints of Sapphire #000448
RGB
CMYK
RGB Variations
Color information
#000448 (or 0x000448) is known color: Sapphire. HEX triplet: 00, 04 and 48. RGB value is (0,4,72). Sum of RGB (Red+Green+Blue) = 0+4+72=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #000448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000448 is #FFFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16776120 or 4719616. OLE color: 4719616.
HSL color Cylindrical-coordinate representation of color #000448: hue angle of 236.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000448 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 4 | 72 | - |
| CMYK | 1 | 0.94 | 0 | 0.72 |
| HSL | 236.67º | 1% | 0.14% | - |
| HSV(B) | 236.67º | 1% | 0.28% | - |
| XYZ | 1.21 | 0.55 | 6.17 | - |
| YUV | 10.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 72 | 1 | 0.94 | 0 | 0.72 | 236.67 | 1 | 0.14 |
| Hex | 0 | 4 | 48 | 64 | 5E | 0 | 48 | ED | 64 | E |
| Octal | 0 | 4 | 110 | 144 | 136 | 0 | 110 | 355 | 144 | 16 |
| Binary | 0 | 100 | 1001000 | 1100100 | 1011110 | 0 | 1001000 | 11101101 | 1100100 | 1110 |
Color Harmonies of #000448
Complementary color
Monochromatic Colors of #000448
Black with #000448
Text Example
Text Example
White with #000448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000448; }
p { color: rgb(0,4,72); }
H1.HeaderClassName
{
color: #000448;
}
.AnyTagClassName
{
color: #000448;
}
</style>
background-color css
<style>
a { background-color: #000448; }
a { background-color: rgb(0,4,72); }
div.DivClassName
{
background-color: #000448;
}
.BgClassName
{
background-color: #000448;
}
</style>
border-color css
<style>
span { border-color: #000448; }
span { border-color: rgb(0,4,72); }
td.TdClassName
{
border-color: #000448;
}
.TagClassName
{
border-color: #000448;
}
</style>