#1A0952

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

Shades of Paua #1A0952

Tints of Paua #1A0952

Color information

#1A0952 (or 0x1A0952) is unknown color: approx Paua. HEX triplet: 1A, 09 and 52. RGB value is (26,9,82). Sum of RGB (Red+Green+Blue) = 26+9+82=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0952 is #E5F6AD. Grayscale: #161616. Windows color (decimal): -15070894 or 5376282. OLE color: 5376282.

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

Color convert

RGB26982-
CMYK0.680.8900.68
HSL253.97º80.22%17.84%-
HSV(B)253.97º89.02%32.16%-
XYZ2.051.028.07-
YUV22.4161.63130.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 82 (32.42% from 255) = 70.09%
R=22.22%
G=7.69%
B=70.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal269820.680.8900.68253.9780.2217.84
Hex1A9524459044fe5012
Octal3211122104131010437612022
Binary1101010011010010100010010110010100010011111110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,82); }

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

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

 a { background-color: rgb(26,9,82); }

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

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

 span { border-color: rgb(26,9,82); }

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