Shades of Sapphire #06247A
Tints of Sapphire #06247A
RGB
CMYK
RGB Variations
Color information
#06247A (or 0x06247A) is known color: Sapphire. HEX triplet: 06, 24 and 7A. RGB value is (6,36,122). Sum of RGB (Red+Green+Blue) = 6+36+122=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #06247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06247A is #F9DB85. Grayscale: #242424. Windows color (decimal): -16374662 or 8004614. OLE color: 8004614.
HSL color Cylindrical-coordinate representation of color #06247A: hue angle of 224.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06247A is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 36 | 122 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.52 |
| HSL | 224.48º | 0.91% | 0.25% | - |
| HSV(B) | 224.48º | 0.95% | 0.48% | - |
| XYZ | 4.22 | 2.71 | 18.71 | - |
| YUV | 36.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 122 | 0.95 | 0.70 | 0 | 0.52 | 224.48 | 0.91 | 0.25 |
| Hex | 6 | 24 | 7A | 5F | 46 | 0 | 34 | E0 | 5B | 19 |
| Octal | 6 | 44 | 172 | 137 | 106 | 0 | 64 | 340 | 133 | 31 |
| Binary | 110 | 100100 | 1111010 | 1011111 | 1000110 | 0 | 110100 | 11100000 | 1011011 | 11001 |
Color Harmonies of #06247A
Complementary color
Monochromatic Colors of #06247A
Black with #06247A
Text Example
Text Example
White with #06247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06247A; }
p { color: rgb(6,36,122); }
H1.HeaderClassName
{
color: #06247A;
}
.AnyTagClassName
{
color: #06247A;
}
</style>
background-color css
<style>
a { background-color: #06247A; }
a { background-color: rgb(6,36,122); }
div.DivClassName
{
background-color: #06247A;
}
.BgClassName
{
background-color: #06247A;
}
</style>
border-color css
<style>
span { border-color: #06247A; }
span { border-color: rgb(6,36,122); }
td.TdClassName
{
border-color: #06247A;
}
.TagClassName
{
border-color: #06247A;
}
</style>