Shades of Sapphire #02144C
Tints of Sapphire #02144C
RGB
CMYK
RGB Variations
Color information
#02144C (or 0x02144C) is known color: Sapphire. HEX triplet: 02, 14 and 4C. RGB value is (2,20,76). Sum of RGB (Red+Green+Blue) = 2+20+76=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #02144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02144C is #FDEBB3. Grayscale: #141414. Windows color (decimal): -16640948 or 4985858. OLE color: 4985858.
HSL color Cylindrical-coordinate representation of color #02144C: hue angle of 225.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02144C is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 20 | 76 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.70 |
| HSL | 225.41º | 0.95% | 0.15% | - |
| HSV(B) | 225.41º | 0.97% | 0.3% | - |
| XYZ | 1.58 | 1.04 | 6.95 | - |
| YUV | 21 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 76 | 0.97 | 0.74 | 0 | 0.70 | 225.41 | 0.95 | 0.15 |
| Hex | 2 | 14 | 4C | 61 | 4A | 0 | 46 | E1 | 5F | F |
| Octal | 2 | 24 | 114 | 141 | 112 | 0 | 106 | 341 | 137 | 17 |
| Binary | 10 | 10100 | 1001100 | 1100001 | 1001010 | 0 | 1000110 | 11100001 | 1011111 | 1111 |
Color Harmonies of #02144C
Complementary color
Monochromatic Colors of #02144C
Black with #02144C
Text Example
Text Example
White with #02144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02144C; }
p { color: rgb(2,20,76); }
H1.HeaderClassName
{
color: #02144C;
}
.AnyTagClassName
{
color: #02144C;
}
</style>
background-color css
<style>
a { background-color: #02144C; }
a { background-color: rgb(2,20,76); }
div.DivClassName
{
background-color: #02144C;
}
.BgClassName
{
background-color: #02144C;
}
</style>
border-color css
<style>
span { border-color: #02144C; }
span { border-color: rgb(2,20,76); }
td.TdClassName
{
border-color: #02144C;
}
.TagClassName
{
border-color: #02144C;
}
</style>