#1B1051

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

Shades of Paua #1B1051

Tints of Paua #1B1051

Color information

#1B1051 (or 0x1B1051) is unknown color: approx Paua. HEX triplet: 1B, 10 and 51. RGB value is (27,16,81). Sum of RGB (Red+Green+Blue) = 27+16+81=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1051 is #E4EFAE. Grayscale: #1A1A1A. Windows color (decimal): -15003567 or 5312539. OLE color: 5312539.

HSL color Cylindrical-coordinate representation of color #1B1051: hue angle of 250.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B1051 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB271681-
CMYK0.670.8000.68
HSL250.15º67.01%19.02%-
HSV(B)250.15º80.25%31.76%-
XYZ2.121.27.9-
YUV26.7158.64128.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=21.77%
G=12.90%
B=65.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2716810.670.8000.68250.1567.0119.02
Hex1B10514350044fa4313
Octal3320121103120010437210323
Binary11011100001010001100001110100000100010011111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,81); }

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

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

 a { background-color: rgb(27,16,81); }

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

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

 span { border-color: rgb(27,16,81); }

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