Shades of Paua #1D145B
Tints of Paua #1D145B
RGB
CMYK
RGB Variations
Color information
#1D145B (or 0x1D145B) is known color: Paua. HEX triplet: 1D, 14 and 5B. RGB value is (29,20,91). Sum of RGB (Red+Green+Blue) = 29+20+91=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D145B is #E2EBA4. Grayscale: #1E1E1E. Windows color (decimal): -14871461 or 5968925. OLE color: 5968925.
HSL color Cylindrical-coordinate representation of color #1D145B: hue angle of 247.61º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D145B is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 20 | 91 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.64 |
| HSL | 247.61º | 0.64% | 0.22% | - |
| HSV(B) | 247.61º | 0.78% | 0.36% | - |
| XYZ | 2.65 | 1.52 | 10.05 | - |
| YUV | 30.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 91 | 0.68 | 0.78 | 0 | 0.64 | 247.61 | 0.64 | 0.22 |
| Hex | 1D | 14 | 5B | 44 | 4E | 0 | 40 | F8 | 40 | 16 |
| Octal | 35 | 24 | 133 | 104 | 116 | 0 | 100 | 370 | 100 | 26 |
| Binary | 11101 | 10100 | 1011011 | 1000100 | 1001110 | 0 | 1000000 | 11111000 | 1000000 | 10110 |
Color Harmonies of #1D145B
Complementary color
Monochromatic Colors of #1D145B
Black with #1D145B
Text Example
Text Example
White with #1D145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D145B; }
p { color: rgb(29,20,91); }
H1.HeaderClassName
{
color: #1D145B;
}
.AnyTagClassName
{
color: #1D145B;
}
</style>
background-color css
<style>
a { background-color: #1D145B; }
a { background-color: rgb(29,20,91); }
div.DivClassName
{
background-color: #1D145B;
}
.BgClassName
{
background-color: #1D145B;
}
</style>
border-color css
<style>
span { border-color: #1D145B; }
span { border-color: rgb(29,20,91); }
td.TdClassName
{
border-color: #1D145B;
}
.TagClassName
{
border-color: #1D145B;
}
</style>