#1B1447

Color #1B1447 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #1B1447

Tints of Paua #1B1447

Color information

#1B1447 (or 0x1B1447) is unknown color: approx Paua. HEX triplet: 1B, 14 and 47. RGB value is (27,20,71). Sum of RGB (Red+Green+Blue) = 27+20+71=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1447 is #E4EBB8. Grayscale: #1B1B1B. Windows color (decimal): -15002553 or 4658203. OLE color: 4658203.

HSL color Cylindrical-coordinate representation of color #1B1447: hue angle of 248.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B1447 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB272071-
CMYK0.620.7200.72
HSL248.24º56.04%17.84%-
HSV(B)248.24º71.83%27.84%-
XYZ1.841.196.09-
YUV27.91152.32127.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 22.88%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=22.88%
G=16.95%
B=60.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2720710.620.7200.72248.2456.0417.84
Hex1B14473E48048f83812
Octal33241077611001103707022
Binary110111010010001111111101001000010010001111100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1447; }

 p { color: rgb(27,20,71); }

 H1.HeaderClassName
 {
   color: #1B1447;
 }
 .AnyTagClassName
 {
   color: #1B1447;
 }
</style>
background-color css

<style>
 a { background-color: #1B1447; }

 a { background-color: rgb(27,20,71); }

 div.DivClassName
 {
   background-color: #1B1447;
 }
 .BgClassName
 {
   background-color: #1B1447;
 }
</style>
border-color css

<style>
 span { border-color: #1B1447; }

 span { border-color: rgb(27,20,71); }

 td.TdClassName
 {
   border-color: #1B1447;
 }
 .TagClassName
 {
   border-color: #1B1447;
 }
</style>