#1B1157

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

Shades of Paua #1B1157

Tints of Paua #1B1157

Color information

#1B1157 (or 0x1B1157) is unknown color: approx Paua. HEX triplet: 1B, 11 and 57. RGB value is (27,17,87). Sum of RGB (Red+Green+Blue) = 27+17+87=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B1157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1157 is #E4EEA8. Grayscale: #1B1B1B. Windows color (decimal): -15003305 or 5706011. OLE color: 5706011.

HSL color Cylindrical-coordinate representation of color #1B1157: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B1157 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB271787-
CMYK0.690.8000.66
HSL248.57º67.31%20.39%-
HSV(B)248.57º80.46%34.12%-
XYZ2.371.329.15-
YUV27.97161.31127.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.61%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=20.61%
G=12.98%
B=66.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2717870.690.8000.66248.5767.3120.39
Hex1B11574550042f94314
Octal3321127105120010237110324
Binary11011100011010111100010110100000100001011111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,17,87); }

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

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

 a { background-color: rgb(27,17,87); }

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

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

 span { border-color: rgb(27,17,87); }

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