Shades of Sapphire #002467
Tints of Sapphire #002467
RGB
CMYK
RGB Variations
Color information
#002467 (or 0x002467) is known color: Sapphire. HEX triplet: 00, 24 and 67. RGB value is (0,36,103). Sum of RGB (Red+Green+Blue) = 0+36+103=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #002467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002467 is #FFDB98. Grayscale: #202020. Windows color (decimal): -16767897 or 6759424. OLE color: 6759424.
HSL color Cylindrical-coordinate representation of color #002467: hue angle of 219.03º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002467 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 36 | 103 | - |
| CMYK | 1 | 0.65 | 0 | 0.60 |
| HSL | 219.03º | 1% | 0.2% | - |
| HSV(B) | 219.03º | 1% | 0.4% | - |
| XYZ | 3.08 | 2.24 | 13.1 | - |
| YUV | 32.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 103 | 1 | 0.65 | 0 | 0.60 | 219.03 | 1 | 0.2 |
| Hex | 0 | 24 | 67 | 64 | 41 | 0 | 3C | DB | 64 | 14 |
| Octal | 0 | 44 | 147 | 144 | 101 | 0 | 74 | 333 | 144 | 24 |
| Binary | 0 | 100100 | 1100111 | 1100100 | 1000001 | 0 | 111100 | 11011011 | 1100100 | 10100 |
Color Harmonies of #002467
Complementary color
Monochromatic Colors of #002467
Black with #002467
Text Example
Text Example
White with #002467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002467; }
p { color: rgb(0,36,103); }
H1.HeaderClassName
{
color: #002467;
}
.AnyTagClassName
{
color: #002467;
}
</style>
background-color css
<style>
a { background-color: #002467; }
a { background-color: rgb(0,36,103); }
div.DivClassName
{
background-color: #002467;
}
.BgClassName
{
background-color: #002467;
}
</style>
border-color css
<style>
span { border-color: #002467; }
span { border-color: rgb(0,36,103); }
td.TdClassName
{
border-color: #002467;
}
.TagClassName
{
border-color: #002467;
}
</style>