Shades of Paua #140F44
Tints of Paua #140F44
RGB
CMYK
RGB Variations
Color information
#140F44 (or 0x140F44) is known color: Paua. HEX triplet: 14, 0F and 44. RGB value is (20,15,68). Sum of RGB (Red+Green+Blue) = 20+15+68=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #140F44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F44 is #EBF0BB. Grayscale: #161616. Windows color (decimal): -15462588 or 4460308. OLE color: 4460308.
HSL color Cylindrical-coordinate representation of color #140F44: hue angle of 245.66º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140F44 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 15 | 68 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.73 |
| HSL | 245.66º | 0.64% | 0.16% | - |
| HSV(B) | 245.66º | 0.78% | 0.27% | - |
| XYZ | 1.5 | 0.91 | 5.56 | - |
| YUV | 22.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 68 | 0.71 | 0.78 | 0 | 0.73 | 245.66 | 0.64 | 0.16 |
| Hex | 14 | F | 44 | 47 | 4E | 0 | 49 | F6 | 40 | 10 |
| Octal | 24 | 17 | 104 | 107 | 116 | 0 | 111 | 366 | 100 | 20 |
| Binary | 10100 | 1111 | 1000100 | 1000111 | 1001110 | 0 | 1001001 | 11110110 | 1000000 | 10000 |
Color Harmonies of #140F44
Complementary color
Monochromatic Colors of #140F44
Black with #140F44
Text Example
Text Example
White with #140F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F44; }
p { color: rgb(20,15,68); }
H1.HeaderClassName
{
color: #140F44;
}
.AnyTagClassName
{
color: #140F44;
}
</style>
background-color css
<style>
a { background-color: #140F44; }
a { background-color: rgb(20,15,68); }
div.DivClassName
{
background-color: #140F44;
}
.BgClassName
{
background-color: #140F44;
}
</style>
border-color css
<style>
span { border-color: #140F44; }
span { border-color: rgb(20,15,68); }
td.TdClassName
{
border-color: #140F44;
}
.TagClassName
{
border-color: #140F44;
}
</style>