#1A0755

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

Shades of Paua #1A0755

Tints of Paua #1A0755

Color information

#1A0755 (or 0x1A0755) is unknown color: approx Paua. HEX triplet: 1A, 07 and 55. RGB value is (26,7,85). Sum of RGB (Red+Green+Blue) = 26+7+85=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A0755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0755 is #E5F8AA. Grayscale: #151515. Windows color (decimal): -15071403 or 5572378. OLE color: 5572378.

HSL color Cylindrical-coordinate representation of color #1A0755: hue angle of 254.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0755 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB26785-
CMYK0.690.9200.67
HSL254.62º84.78%18.04%-
HSV(B)254.62º91.76%33.33%-
XYZ2.141.038.68-
YUV21.57163.79131.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 85 (33.59% from 255) = 72.03%
R=22.03%
G=5.93%
B=72.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal267850.690.9200.67254.6284.7818.04
Hex1A755455C043ff5512
Octal327125105134010337712522
Binary110101111010101100010110111000100001111111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,85); }

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

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

 a { background-color: rgb(26,7,85); }

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

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

 span { border-color: rgb(26,7,85); }

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