#1A1350

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

Shades of Paua #1A1350

Tints of Paua #1A1350

Color information

#1A1350 (or 0x1A1350) is unknown color: approx Paua. HEX triplet: 1A, 13 and 50. RGB value is (26,19,80). Sum of RGB (Red+Green+Blue) = 26+19+80=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1350 is #E5ECAF. Grayscale: #1B1B1B. Windows color (decimal): -15068336 or 5247770. OLE color: 5247770.

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

Color convert

RGB261980-
CMYK0.670.7600.69
HSL246.89º61.62%19.41%-
HSV(B)246.89º76.25%31.37%-
XYZ2.111.267.72-
YUV28.05157.32126.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 80 (31.64% from 255) = 64%
R=20.8%
G=15.2%
B=64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2619800.670.7600.69246.8961.6219.41
Hex1A1350434C045f73e13
Octal322312010311401053677623
Binary1101010011101000010000111001100010001011111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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