Shades of Paua #1C154B
Tints of Paua #1C154B
RGB
CMYK
RGB Variations
Color information
#1C154B (or 0x1C154B) is known color: Paua. HEX triplet: 1C, 15 and 4B. RGB value is (28,21,75). Sum of RGB (Red+Green+Blue) = 28+21+75=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C154B is #E3EAB4. Grayscale: #1D1D1D. Windows color (decimal): -14936757 or 4920604. OLE color: 4920604.
HSL color Cylindrical-coordinate representation of color #1C154B: hue angle of 247.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C154B is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 21 | 75 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.71 |
| HSL | 247.78º | 0.56% | 0.19% | - |
| HSV(B) | 247.78º | 0.72% | 0.29% | - |
| XYZ | 2.02 | 1.29 | 6.8 | - |
| YUV | 29.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 75 | 0.63 | 0.72 | 0 | 0.71 | 247.78 | 0.56 | 0.19 |
| Hex | 1C | 15 | 4B | 3F | 48 | 0 | 47 | F8 | 38 | 13 |
| Octal | 34 | 25 | 113 | 77 | 110 | 0 | 107 | 370 | 70 | 23 |
| Binary | 11100 | 10101 | 1001011 | 111111 | 1001000 | 0 | 1000111 | 11111000 | 111000 | 10011 |
Color Harmonies of #1C154B
Complementary color
Monochromatic Colors of #1C154B
Black with #1C154B
Text Example
Text Example
White with #1C154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C154B; }
p { color: rgb(28,21,75); }
H1.HeaderClassName
{
color: #1C154B;
}
.AnyTagClassName
{
color: #1C154B;
}
</style>
background-color css
<style>
a { background-color: #1C154B; }
a { background-color: rgb(28,21,75); }
div.DivClassName
{
background-color: #1C154B;
}
.BgClassName
{
background-color: #1C154B;
}
</style>
border-color css
<style>
span { border-color: #1C154B; }
span { border-color: rgb(28,21,75); }
td.TdClassName
{
border-color: #1C154B;
}
.TagClassName
{
border-color: #1C154B;
}
</style>