Shades of Paua #1A184F
Tints of Paua #1A184F
RGB
CMYK
RGB Variations
Color information
#1A184F (or 0x1A184F) is known color: Paua. HEX triplet: 1A, 18 and 4F. RGB value is (26,24,79). Sum of RGB (Red+Green+Blue) = 26+24+79=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A184F is #E5E7B0. Grayscale: #1E1E1E. Windows color (decimal): -15067057 or 5183514. OLE color: 5183514.
HSL color Cylindrical-coordinate representation of color #1A184F: hue angle of 242.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A184F is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 24 | 79 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.69 |
| HSL | 242.18º | 0.53% | 0.2% | - |
| HSV(B) | 242.18º | 0.7% | 0.31% | - |
| XYZ | 2.16 | 1.44 | 7.56 | - |
| YUV | 30.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 79 | 0.67 | 0.70 | 0 | 0.69 | 242.18 | 0.53 | 0.2 |
| Hex | 1A | 18 | 4F | 43 | 46 | 0 | 45 | F2 | 35 | 14 |
| Octal | 32 | 30 | 117 | 103 | 106 | 0 | 105 | 362 | 65 | 24 |
| Binary | 11010 | 11000 | 1001111 | 1000011 | 1000110 | 0 | 1000101 | 11110010 | 110101 | 10100 |
Color Harmonies of #1A184F
Complementary color
Monochromatic Colors of #1A184F
Black with #1A184F
Text Example
Text Example
White with #1A184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A184F; }
p { color: rgb(26,24,79); }
H1.HeaderClassName
{
color: #1A184F;
}
.AnyTagClassName
{
color: #1A184F;
}
</style>
background-color css
<style>
a { background-color: #1A184F; }
a { background-color: rgb(26,24,79); }
div.DivClassName
{
background-color: #1A184F;
}
.BgClassName
{
background-color: #1A184F;
}
</style>
border-color css
<style>
span { border-color: #1A184F; }
span { border-color: rgb(26,24,79); }
td.TdClassName
{
border-color: #1A184F;
}
.TagClassName
{
border-color: #1A184F;
}
</style>