Shades of Sapphire #0A234B
Tints of Sapphire #0A234B
RGB
CMYK
RGB Variations
Color information
#0A234B (or 0x0A234B) is known color: Sapphire. HEX triplet: 0A, 23 and 4B. RGB value is (10,35,75). Sum of RGB (Red+Green+Blue) = 10+35+75=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A234B is #F5DCB4. Grayscale: #1F1F1F. Windows color (decimal): -16112821 or 4924170. OLE color: 4924170.
HSL color Cylindrical-coordinate representation of color #0A234B: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A234B is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 35 | 75 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.71 |
| HSL | 216.92º | 0.76% | 0.17% | - |
| HSV(B) | 216.92º | 0.87% | 0.29% | - |
| XYZ | 2 | 1.77 | 6.89 | - |
| YUV | 32.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 75 | 0.87 | 0.53 | 0 | 0.71 | 216.92 | 0.76 | 0.17 |
| Hex | A | 23 | 4B | 57 | 35 | 0 | 47 | D9 | 4C | 11 |
| Octal | 12 | 43 | 113 | 127 | 65 | 0 | 107 | 331 | 114 | 21 |
| Binary | 1010 | 100011 | 1001011 | 1010111 | 110101 | 0 | 1000111 | 11011001 | 1001100 | 10001 |
Color Harmonies of #0A234B
Complementary color
Monochromatic Colors of #0A234B
Black with #0A234B
Text Example
Text Example
White with #0A234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A234B; }
p { color: rgb(10,35,75); }
H1.HeaderClassName
{
color: #0A234B;
}
.AnyTagClassName
{
color: #0A234B;
}
</style>
background-color css
<style>
a { background-color: #0A234B; }
a { background-color: rgb(10,35,75); }
div.DivClassName
{
background-color: #0A234B;
}
.BgClassName
{
background-color: #0A234B;
}
</style>
border-color css
<style>
span { border-color: #0A234B; }
span { border-color: rgb(10,35,75); }
td.TdClassName
{
border-color: #0A234B;
}
.TagClassName
{
border-color: #0A234B;
}
</style>