Shades of Sapphire #00245C
Tints of Sapphire #00245C
RGB
CMYK
RGB Variations
Color information
#00245C (or 0x00245C) is known color: Sapphire. HEX triplet: 00, 24 and 5C. RGB value is (0,36,92). Sum of RGB (Red+Green+Blue) = 0+36+92=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #00245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00245C is #FFDBA3. Grayscale: #1F1F1F. Windows color (decimal): -16767908 or 6038528. OLE color: 6038528.
HSL color Cylindrical-coordinate representation of color #00245C: hue angle of 216.52º 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 #00245C is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 36 | 92 | - |
| CMYK | 1 | 0.61 | 0 | 0.64 |
| HSL | 216.52º | 1% | 0.18% | - |
| HSV(B) | 216.52º | 1% | 0.36% | - |
| XYZ | 2.56 | 2.03 | 10.38 | - |
| YUV | 31.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 92 | 1 | 0.61 | 0 | 0.64 | 216.52 | 1 | 0.18 |
| Hex | 0 | 24 | 5C | 64 | 3D | 0 | 40 | D9 | 64 | 12 |
| Octal | 0 | 44 | 134 | 144 | 75 | 0 | 100 | 331 | 144 | 22 |
| Binary | 0 | 100100 | 1011100 | 1100100 | 111101 | 0 | 1000000 | 11011001 | 1100100 | 10010 |
Color Harmonies of #00245C
Complementary color
Monochromatic Colors of #00245C
Black with #00245C
Text Example
Text Example
White with #00245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00245C; }
p { color: rgb(0,36,92); }
H1.HeaderClassName
{
color: #00245C;
}
.AnyTagClassName
{
color: #00245C;
}
</style>
background-color css
<style>
a { background-color: #00245C; }
a { background-color: rgb(0,36,92); }
div.DivClassName
{
background-color: #00245C;
}
.BgClassName
{
background-color: #00245C;
}
</style>
border-color css
<style>
span { border-color: #00245C; }
span { border-color: rgb(0,36,92); }
td.TdClassName
{
border-color: #00245C;
}
.TagClassName
{
border-color: #00245C;
}
</style>