Shades of Paua #1A124E
Tints of Paua #1A124E
RGB
CMYK
RGB Variations
Color information
#1A124E (or 0x1A124E) is known color: Paua. HEX triplet: 1A, 12 and 4E. RGB value is (26,18,78). Sum of RGB (Red+Green+Blue) = 26+18+78=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A124E is #E5EDB1. Grayscale: #1B1B1B. Windows color (decimal): -15068594 or 5116442. OLE color: 5116442.
HSL color Cylindrical-coordinate representation of color #1A124E: hue angle of 248º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A124E is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 18 | 78 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.69 |
| HSL | 248º | 0.63% | 0.19% | - |
| HSV(B) | 248º | 0.77% | 0.31% | - |
| XYZ | 2.02 | 1.2 | 7.33 | - |
| YUV | 27.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 78 | 0.67 | 0.77 | 0 | 0.69 | 248 | 0.63 | 0.19 |
| Hex | 1A | 12 | 4E | 43 | 4D | 0 | 45 | F8 | 3E | 13 |
| Octal | 32 | 22 | 116 | 103 | 115 | 0 | 105 | 370 | 76 | 23 |
| Binary | 11010 | 10010 | 1001110 | 1000011 | 1001101 | 0 | 1000101 | 11111000 | 111110 | 10011 |
Color Harmonies of #1A124E
Complementary color
Monochromatic Colors of #1A124E
Black with #1A124E
Text Example
Text Example
White with #1A124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A124E; }
p { color: rgb(26,18,78); }
H1.HeaderClassName
{
color: #1A124E;
}
.AnyTagClassName
{
color: #1A124E;
}
</style>
background-color css
<style>
a { background-color: #1A124E; }
a { background-color: rgb(26,18,78); }
div.DivClassName
{
background-color: #1A124E;
}
.BgClassName
{
background-color: #1A124E;
}
</style>
border-color css
<style>
span { border-color: #1A124E; }
span { border-color: rgb(26,18,78); }
td.TdClassName
{
border-color: #1A124E;
}
.TagClassName
{
border-color: #1A124E;
}
</style>