Shades of Sapphire #0A3074
Tints of Sapphire #0A3074
RGB
CMYK
RGB Variations
Color information
#0A3074 (or 0x0A3074) is known color: Sapphire. HEX triplet: 0A, 30 and 74. RGB value is (10,48,116). Sum of RGB (Red+Green+Blue) = 10+48+116=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A3074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3074 is #F5CF8B. Grayscale: #2C2C2C. Windows color (decimal): -16109452 or 7614474. OLE color: 7614474.
HSL color Cylindrical-coordinate representation of color #0A3074: hue angle of 218.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3074 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 48 | 116 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.55 |
| HSL | 218.49º | 0.84% | 0.25% | - |
| HSV(B) | 218.49º | 0.91% | 0.45% | - |
| XYZ | 4.33 | 3.44 | 16.96 | - |
| YUV | 44.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 116 | 0.91 | 0.59 | 0 | 0.55 | 218.49 | 0.84 | 0.25 |
| Hex | A | 30 | 74 | 5B | 3B | 0 | 37 | DA | 54 | 19 |
| Octal | 12 | 60 | 164 | 133 | 73 | 0 | 67 | 332 | 124 | 31 |
| Binary | 1010 | 110000 | 1110100 | 1011011 | 111011 | 0 | 110111 | 11011010 | 1010100 | 11001 |
Color Harmonies of #0A3074
Complementary color
Monochromatic Colors of #0A3074
Black with #0A3074
Text Example
Text Example
White with #0A3074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3074; }
p { color: rgb(10,48,116); }
H1.HeaderClassName
{
color: #0A3074;
}
.AnyTagClassName
{
color: #0A3074;
}
</style>
background-color css
<style>
a { background-color: #0A3074; }
a { background-color: rgb(10,48,116); }
div.DivClassName
{
background-color: #0A3074;
}
.BgClassName
{
background-color: #0A3074;
}
</style>
border-color css
<style>
span { border-color: #0A3074; }
span { border-color: rgb(10,48,116); }
td.TdClassName
{
border-color: #0A3074;
}
.TagClassName
{
border-color: #0A3074;
}
</style>