#1B1550

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

Shades of Paua #1B1550

Tints of Paua #1B1550

Color information

#1B1550 (or 0x1B1550) is unknown color: approx Paua. HEX triplet: 1B, 15 and 50. RGB value is (27,21,80). Sum of RGB (Red+Green+Blue) = 27+21+80=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1550 is #E4EAAF. Grayscale: #1D1D1D. Windows color (decimal): -15002288 or 5248283. OLE color: 5248283.

HSL color Cylindrical-coordinate representation of color #1B1550: hue angle of 246.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B1550 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB272180-
CMYK0.660.7400.69
HSL246.1º58.42%19.8%-
HSV(B)246.1º73.75%31.37%-
XYZ2.171.357.74-
YUV29.52156.49126.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=21.09%
G=16.41%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2721800.660.7400.69246.158.4219.8
Hex1B1550424A045f63a14
Octal332512010211201053667224
Binary1101110101101000010000101001010010001011111011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,80); }

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

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

 a { background-color: rgb(27,21,80); }

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

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

 span { border-color: rgb(27,21,80); }

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