Shades of Sapphire #00144A
Tints of Sapphire #00144A
RGB
CMYK
RGB Variations
Color information
#00144A (or 0x00144A) is known color: Sapphire. HEX triplet: 00, 14 and 4A. RGB value is (0,20,74). Sum of RGB (Red+Green+Blue) = 0+20+74=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #00144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00144A is #FFEBB5. Grayscale: #131313. Windows color (decimal): -16772022 or 4854784. OLE color: 4854784.
HSL color Cylindrical-coordinate representation of color #00144A: hue angle of 223.78º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00144A is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 20 | 74 | - |
| CMYK | 1 | 0.73 | 0 | 0.71 |
| HSL | 223.78º | 1% | 0.15% | - |
| HSV(B) | 223.78º | 1% | 0.29% | - |
| XYZ | 1.49 | 0.99 | 6.59 | - |
| YUV | 20.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 74 | 1 | 0.73 | 0 | 0.71 | 223.78 | 1 | 0.15 |
| Hex | 0 | 14 | 4A | 64 | 49 | 0 | 47 | E0 | 64 | F |
| Octal | 0 | 24 | 112 | 144 | 111 | 0 | 107 | 340 | 144 | 17 |
| Binary | 0 | 10100 | 1001010 | 1100100 | 1001001 | 0 | 1000111 | 11100000 | 1100100 | 1111 |
Color Harmonies of #00144A
Complementary color
Monochromatic Colors of #00144A
Black with #00144A
Text Example
Text Example
White with #00144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00144A; }
p { color: rgb(0,20,74); }
H1.HeaderClassName
{
color: #00144A;
}
.AnyTagClassName
{
color: #00144A;
}
</style>
background-color css
<style>
a { background-color: #00144A; }
a { background-color: rgb(0,20,74); }
div.DivClassName
{
background-color: #00144A;
}
.BgClassName
{
background-color: #00144A;
}
</style>
border-color css
<style>
span { border-color: #00144A; }
span { border-color: rgb(0,20,74); }
td.TdClassName
{
border-color: #00144A;
}
.TagClassName
{
border-color: #00144A;
}
</style>