Shades of Sapphire #00245D
Tints of Sapphire #00245D
RGB
CMYK
RGB Variations
Color information
#00245D (or 0x00245D) is known color: Sapphire. HEX triplet: 00, 24 and 5D. RGB value is (0,36,93). Sum of RGB (Red+Green+Blue) = 0+36+93=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #00245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00245D is #FFDBA2. Grayscale: #1F1F1F. Windows color (decimal): -16767907 or 6104064. OLE color: 6104064.
HSL color Cylindrical-coordinate representation of color #00245D: hue angle of 216.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00245D is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 36 | 93 | - |
| CMYK | 1 | 0.61 | 0 | 0.64 |
| HSL | 216.77º | 1% | 0.18% | - |
| HSV(B) | 216.77º | 1% | 0.36% | - |
| XYZ | 2.61 | 2.05 | 10.61 | - |
| YUV | 31.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 93 | 1 | 0.61 | 0 | 0.64 | 216.77 | 1 | 0.18 |
| Hex | 0 | 24 | 5D | 64 | 3D | 0 | 40 | D9 | 64 | 12 |
| Octal | 0 | 44 | 135 | 144 | 75 | 0 | 100 | 331 | 144 | 22 |
| Binary | 0 | 100100 | 1011101 | 1100100 | 111101 | 0 | 1000000 | 11011001 | 1100100 | 10010 |
Color Harmonies of #00245D
Complementary color
Monochromatic Colors of #00245D
Black with #00245D
Text Example
Text Example
White with #00245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00245D; }
p { color: rgb(0,36,93); }
H1.HeaderClassName
{
color: #00245D;
}
.AnyTagClassName
{
color: #00245D;
}
</style>
background-color css
<style>
a { background-color: #00245D; }
a { background-color: rgb(0,36,93); }
div.DivClassName
{
background-color: #00245D;
}
.BgClassName
{
background-color: #00245D;
}
</style>
border-color css
<style>
span { border-color: #00245D; }
span { border-color: rgb(0,36,93); }
td.TdClassName
{
border-color: #00245D;
}
.TagClassName
{
border-color: #00245D;
}
</style>