Shades of Sapphire #02246C
Tints of Sapphire #02246C
RGB
CMYK
RGB Variations
Color information
#02246C (or 0x02246C) is known color: Sapphire. HEX triplet: 02, 24 and 6C. RGB value is (2,36,108). Sum of RGB (Red+Green+Blue) = 2+36+108=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #02246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246C is #FDDB93. Grayscale: #212121. Windows color (decimal): -16636820 or 7087106. OLE color: 7087106.
HSL color Cylindrical-coordinate representation of color #02246C: hue angle of 220.75º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02246C is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 36 | 108 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.58 |
| HSL | 220.75º | 0.96% | 0.22% | - |
| HSV(B) | 220.75º | 0.98% | 0.42% | - |
| XYZ | 3.36 | 2.36 | 14.47 | - |
| YUV | 34.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 108 | 0.98 | 0.67 | 0 | 0.58 | 220.75 | 0.96 | 0.22 |
| Hex | 2 | 24 | 6C | 62 | 43 | 0 | 3A | DD | 60 | 16 |
| Octal | 2 | 44 | 154 | 142 | 103 | 0 | 72 | 335 | 140 | 26 |
| Binary | 10 | 100100 | 1101100 | 1100010 | 1000011 | 0 | 111010 | 11011101 | 1100000 | 10110 |
Color Harmonies of #02246C
Complementary color
Monochromatic Colors of #02246C
Black with #02246C
Text Example
Text Example
White with #02246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02246C; }
p { color: rgb(2,36,108); }
H1.HeaderClassName
{
color: #02246C;
}
.AnyTagClassName
{
color: #02246C;
}
</style>
background-color css
<style>
a { background-color: #02246C; }
a { background-color: rgb(2,36,108); }
div.DivClassName
{
background-color: #02246C;
}
.BgClassName
{
background-color: #02246C;
}
</style>
border-color css
<style>
span { border-color: #02246C; }
span { border-color: rgb(2,36,108); }
td.TdClassName
{
border-color: #02246C;
}
.TagClassName
{
border-color: #02246C;
}
</style>