#1B1350

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

Shades of Paua #1B1350

Tints of Paua #1B1350

Color information

#1B1350 (or 0x1B1350) is unknown color: approx Paua. HEX triplet: 1B, 13 and 50. RGB value is (27,19,80). Sum of RGB (Red+Green+Blue) = 27+19+80=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1350 is #E4ECAF. Grayscale: #1C1C1C. Windows color (decimal): -15002800 or 5247771. OLE color: 5247771.

HSL color Cylindrical-coordinate representation of color #1B1350: hue angle of 247.87º degrees, saturation: 0.62, 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 #1B1350 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB271980-
CMYK0.660.7600.69
HSL247.87º61.62%19.41%-
HSV(B)247.87º76.25%31.37%-
XYZ2.131.287.72-
YUV28.35157.15127.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.43%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=21.43%
G=15.08%
B=63.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2719800.660.7600.69247.8761.6219.41
Hex1B1350424C045f83e13
Octal332312010211401053707623
Binary1101110011101000010000101001100010001011111100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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