Shades of Sapphire #0D245C
Tints of Sapphire #0D245C
RGB
CMYK
RGB Variations
Color information
#0D245C (or 0x0D245C) is known color: Sapphire. HEX triplet: 0D, 24 and 5C. RGB value is (13,36,92). Sum of RGB (Red+Green+Blue) = 13+36+92=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D245C is #F2DBA3. Grayscale: #232323. Windows color (decimal): -15915940 or 6038541. OLE color: 6038541.
HSL color Cylindrical-coordinate representation of color #0D245C: hue angle of 222.53º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D245C is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 36 | 92 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.64 |
| HSL | 222.53º | 0.75% | 0.21% | - |
| HSV(B) | 222.53º | 0.86% | 0.36% | - |
| XYZ | 2.73 | 2.12 | 10.39 | - |
| YUV | 35.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 92 | 0.86 | 0.61 | 0 | 0.64 | 222.53 | 0.75 | 0.21 |
| Hex | D | 24 | 5C | 56 | 3D | 0 | 40 | DF | 4B | 15 |
| Octal | 15 | 44 | 134 | 126 | 75 | 0 | 100 | 337 | 113 | 25 |
| Binary | 1101 | 100100 | 1011100 | 1010110 | 111101 | 0 | 1000000 | 11011111 | 1001011 | 10101 |
Color Harmonies of #0D245C
Complementary color
Monochromatic Colors of #0D245C
Black with #0D245C
Text Example
Text Example
White with #0D245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D245C; }
p { color: rgb(13,36,92); }
H1.HeaderClassName
{
color: #0D245C;
}
.AnyTagClassName
{
color: #0D245C;
}
</style>
background-color css
<style>
a { background-color: #0D245C; }
a { background-color: rgb(13,36,92); }
div.DivClassName
{
background-color: #0D245C;
}
.BgClassName
{
background-color: #0D245C;
}
</style>
border-color css
<style>
span { border-color: #0D245C; }
span { border-color: rgb(13,36,92); }
td.TdClassName
{
border-color: #0D245C;
}
.TagClassName
{
border-color: #0D245C;
}
</style>