Shades of Paua #1B134E
Tints of Paua #1B134E
RGB
CMYK
RGB Variations
Color information
#1B134E (or 0x1B134E) is known color: Paua. HEX triplet: 1B, 13 and 4E. RGB value is (27,19,78). Sum of RGB (Red+Green+Blue) = 27+19+78=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B134E is #E4ECB1. Grayscale: #1B1B1B. Windows color (decimal): -15002802 or 5116699. OLE color: 5116699.
HSL color Cylindrical-coordinate representation of color #1B134E: hue angle of 248.14º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B134E is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 19 | 78 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.69 |
| HSL | 248.14º | 0.61% | 0.19% | - |
| HSV(B) | 248.14º | 0.76% | 0.31% | - |
| XYZ | 2.06 | 1.25 | 7.34 | - |
| YUV | 28.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 78 | 0.65 | 0.76 | 0 | 0.69 | 248.14 | 0.61 | 0.19 |
| Hex | 1B | 13 | 4E | 41 | 4C | 0 | 45 | F8 | 3D | 13 |
| Octal | 33 | 23 | 116 | 101 | 114 | 0 | 105 | 370 | 75 | 23 |
| Binary | 11011 | 10011 | 1001110 | 1000001 | 1001100 | 0 | 1000101 | 11111000 | 111101 | 10011 |
Color Harmonies of #1B134E
Complementary color
Monochromatic Colors of #1B134E
Black with #1B134E
Text Example
Text Example
White with #1B134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B134E; }
p { color: rgb(27,19,78); }
H1.HeaderClassName
{
color: #1B134E;
}
.AnyTagClassName
{
color: #1B134E;
}
</style>
background-color css
<style>
a { background-color: #1B134E; }
a { background-color: rgb(27,19,78); }
div.DivClassName
{
background-color: #1B134E;
}
.BgClassName
{
background-color: #1B134E;
}
</style>
border-color css
<style>
span { border-color: #1B134E; }
span { border-color: rgb(27,19,78); }
td.TdClassName
{
border-color: #1B134E;
}
.TagClassName
{
border-color: #1B134E;
}
</style>