Shades of Sapphire #000348
Tints of Sapphire #000348
RGB
CMYK
RGB Variations
Color information
#000348 (or 0x000348) is known color: Sapphire. HEX triplet: 00, 03 and 48. RGB value is (0,3,72). Sum of RGB (Red+Green+Blue) = 0+3+72=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #000348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000348 is #FFFCB7. Grayscale: #090909. Windows color (decimal): -16776376 or 4719360. OLE color: 4719360.
HSL color Cylindrical-coordinate representation of color #000348: hue angle of 237.5º 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 #000348 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 3 | 72 | - |
| CMYK | 1 | 0.96 | 0 | 0.72 |
| HSL | 237.5º | 1% | 0.14% | - |
| HSV(B) | 237.5º | 1% | 0.28% | - |
| XYZ | 1.2 | 0.53 | 6.17 | - |
| YUV | 9.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 72 | 1 | 0.96 | 0 | 0.72 | 237.5 | 1 | 0.14 |
| Hex | 0 | 3 | 48 | 64 | 60 | 0 | 48 | EE | 64 | E |
| Octal | 0 | 3 | 110 | 144 | 140 | 0 | 110 | 356 | 144 | 16 |
| Binary | 0 | 11 | 1001000 | 1100100 | 1100000 | 0 | 1001000 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000348
Complementary color
Monochromatic Colors of #000348
Black with #000348
Text Example
Text Example
White with #000348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000348; }
p { color: rgb(0,3,72); }
H1.HeaderClassName
{
color: #000348;
}
.AnyTagClassName
{
color: #000348;
}
</style>
background-color css
<style>
a { background-color: #000348; }
a { background-color: rgb(0,3,72); }
div.DivClassName
{
background-color: #000348;
}
.BgClassName
{
background-color: #000348;
}
</style>
border-color css
<style>
span { border-color: #000348; }
span { border-color: rgb(0,3,72); }
td.TdClassName
{
border-color: #000348;
}
.TagClassName
{
border-color: #000348;
}
</style>