Shades of Paua #1A184E
Tints of Paua #1A184E
RGB
CMYK
RGB Variations
Color information
#1A184E (or 0x1A184E) is known color: Paua. HEX triplet: 1A, 18 and 4E. RGB value is (26,24,78). Sum of RGB (Red+Green+Blue) = 26+24+78=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A184E is #E5E7B1. Grayscale: #1E1E1E. Windows color (decimal): -15067058 or 5117978. OLE color: 5117978.
HSL color Cylindrical-coordinate representation of color #1A184E: hue angle of 242.22º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A184E is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 24 | 78 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.69 |
| HSL | 242.22º | 0.53% | 0.2% | - |
| HSV(B) | 242.22º | 0.69% | 0.31% | - |
| XYZ | 2.13 | 1.42 | 7.37 | - |
| YUV | 30.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 78 | 0.67 | 0.69 | 0 | 0.69 | 242.22 | 0.53 | 0.2 |
| Hex | 1A | 18 | 4E | 43 | 45 | 0 | 45 | F2 | 35 | 14 |
| Octal | 32 | 30 | 116 | 103 | 105 | 0 | 105 | 362 | 65 | 24 |
| Binary | 11010 | 11000 | 1001110 | 1000011 | 1000101 | 0 | 1000101 | 11110010 | 110101 | 10100 |
Color Harmonies of #1A184E
Complementary color
Monochromatic Colors of #1A184E
Black with #1A184E
Text Example
Text Example
White with #1A184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A184E; }
p { color: rgb(26,24,78); }
H1.HeaderClassName
{
color: #1A184E;
}
.AnyTagClassName
{
color: #1A184E;
}
</style>
background-color css
<style>
a { background-color: #1A184E; }
a { background-color: rgb(26,24,78); }
div.DivClassName
{
background-color: #1A184E;
}
.BgClassName
{
background-color: #1A184E;
}
</style>
border-color css
<style>
span { border-color: #1A184E; }
span { border-color: rgb(26,24,78); }
td.TdClassName
{
border-color: #1A184E;
}
.TagClassName
{
border-color: #1A184E;
}
</style>