Shades of Sapphire #0A236D
Tints of Sapphire #0A236D
RGB
CMYK
RGB Variations
Color information
#0A236D (or 0x0A236D) is known color: Sapphire. HEX triplet: 0A, 23 and 6D. RGB value is (10,35,109). Sum of RGB (Red+Green+Blue) = 10+35+109=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A236D is #F5DC92. Grayscale: #232323. Windows color (decimal): -16112787 or 7152394. OLE color: 7152394.
HSL color Cylindrical-coordinate representation of color #0A236D: hue angle of 224.85º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A236D is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 35 | 109 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.57 |
| HSL | 224.85º | 0.83% | 0.23% | - |
| HSV(B) | 224.85º | 0.91% | 0.43% | - |
| XYZ | 3.49 | 2.37 | 14.74 | - |
| YUV | 35.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 109 | 0.91 | 0.68 | 0 | 0.57 | 224.85 | 0.83 | 0.23 |
| Hex | A | 23 | 6D | 5B | 44 | 0 | 39 | E1 | 53 | 17 |
| Octal | 12 | 43 | 155 | 133 | 104 | 0 | 71 | 341 | 123 | 27 |
| Binary | 1010 | 100011 | 1101101 | 1011011 | 1000100 | 0 | 111001 | 11100001 | 1010011 | 10111 |
Color Harmonies of #0A236D
Complementary color
Monochromatic Colors of #0A236D
Black with #0A236D
Text Example
Text Example
White with #0A236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A236D; }
p { color: rgb(10,35,109); }
H1.HeaderClassName
{
color: #0A236D;
}
.AnyTagClassName
{
color: #0A236D;
}
</style>
background-color css
<style>
a { background-color: #0A236D; }
a { background-color: rgb(10,35,109); }
div.DivClassName
{
background-color: #0A236D;
}
.BgClassName
{
background-color: #0A236D;
}
</style>
border-color css
<style>
span { border-color: #0A236D; }
span { border-color: rgb(10,35,109); }
td.TdClassName
{
border-color: #0A236D;
}
.TagClassName
{
border-color: #0A236D;
}
</style>