Shades of Sapphire #00246D
Tints of Sapphire #00246D
RGB
CMYK
RGB Variations
Color information
#00246D (or 0x00246D) is known color: Sapphire. HEX triplet: 00, 24 and 6D. RGB value is (0,36,109). Sum of RGB (Red+Green+Blue) = 0+36+109=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #00246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00246D is #FFDB92. Grayscale: #212121. Windows color (decimal): -16767891 or 7152640. OLE color: 7152640.
HSL color Cylindrical-coordinate representation of color #00246D: hue angle of 220.18º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00246D is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 36 | 109 | - |
| CMYK | 1 | 0.67 | 0 | 0.57 |
| HSL | 220.18º | 1% | 0.21% | - |
| HSV(B) | 220.18º | 1% | 0.43% | - |
| XYZ | 3.39 | 2.37 | 14.75 | - |
| YUV | 33.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 109 | 1 | 0.67 | 0 | 0.57 | 220.18 | 1 | 0.21 |
| Hex | 0 | 24 | 6D | 64 | 43 | 0 | 39 | DC | 64 | 15 |
| Octal | 0 | 44 | 155 | 144 | 103 | 0 | 71 | 334 | 144 | 25 |
| Binary | 0 | 100100 | 1101101 | 1100100 | 1000011 | 0 | 111001 | 11011100 | 1100100 | 10101 |
Color Harmonies of #00246D
Complementary color
Monochromatic Colors of #00246D
Black with #00246D
Text Example
Text Example
White with #00246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00246D; }
p { color: rgb(0,36,109); }
H1.HeaderClassName
{
color: #00246D;
}
.AnyTagClassName
{
color: #00246D;
}
</style>
background-color css
<style>
a { background-color: #00246D; }
a { background-color: rgb(0,36,109); }
div.DivClassName
{
background-color: #00246D;
}
.BgClassName
{
background-color: #00246D;
}
</style>
border-color css
<style>
span { border-color: #00246D; }
span { border-color: rgb(0,36,109); }
td.TdClassName
{
border-color: #00246D;
}
.TagClassName
{
border-color: #00246D;
}
</style>