Shades of Sapphire #00245E
Tints of Sapphire #00245E
RGB
CMYK
RGB Variations
Color information
#00245E (or 0x00245E) is known color: Sapphire. HEX triplet: 00, 24 and 5E. RGB value is (0,36,94). Sum of RGB (Red+Green+Blue) = 0+36+94=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #00245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00245E is #FFDBA1. Grayscale: #1F1F1F. Windows color (decimal): -16767906 or 6169600. OLE color: 6169600.
HSL color Cylindrical-coordinate representation of color #00245E: hue angle of 217.02º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00245E is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 36 | 94 | - |
| CMYK | 1 | 0.62 | 0 | 0.63 |
| HSL | 217.02º | 1% | 0.18% | - |
| HSV(B) | 217.02º | 1% | 0.37% | - |
| XYZ | 2.65 | 2.07 | 10.85 | - |
| YUV | 31.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 94 | 1 | 0.62 | 0 | 0.63 | 217.02 | 1 | 0.18 |
| Hex | 0 | 24 | 5E | 64 | 3E | 0 | 3F | D9 | 64 | 12 |
| Octal | 0 | 44 | 136 | 144 | 76 | 0 | 77 | 331 | 144 | 22 |
| Binary | 0 | 100100 | 1011110 | 1100100 | 111110 | 0 | 111111 | 11011001 | 1100100 | 10010 |
Color Harmonies of #00245E
Complementary color
Monochromatic Colors of #00245E
Black with #00245E
Text Example
Text Example
White with #00245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00245E; }
p { color: rgb(0,36,94); }
H1.HeaderClassName
{
color: #00245E;
}
.AnyTagClassName
{
color: #00245E;
}
</style>
background-color css
<style>
a { background-color: #00245E; }
a { background-color: rgb(0,36,94); }
div.DivClassName
{
background-color: #00245E;
}
.BgClassName
{
background-color: #00245E;
}
</style>
border-color css
<style>
span { border-color: #00245E; }
span { border-color: rgb(0,36,94); }
td.TdClassName
{
border-color: #00245E;
}
.TagClassName
{
border-color: #00245E;
}
</style>