#26185A

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

Shades of Paua #26185A

Tints of Paua #26185A

Color information

#26185A (or 0x26185A) is unknown color: approx Paua. HEX triplet: 26, 18 and 5A. RGB value is (38,24,90). Sum of RGB (Red+Green+Blue) = 38+24+90=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #26185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26185A is #D9E7A5. Grayscale: #232323. Windows color (decimal): -14280614 or 5904422. OLE color: 5904422.

HSL color Cylindrical-coordinate representation of color #26185A: hue angle of 252.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26185A is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB382490-
CMYK0.580.7300.65
HSL252.73º57.89%22.35%-
HSV(B)252.73º73.33%35.29%-
XYZ2.971.89.86-
YUV35.71158.64129.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=25%
G=15.79%
B=59.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3824900.580.7300.65252.7357.8922.35
Hex26185A3A49041fd3a16
Octal46301327211101013757226
Binary1001101100010110101110101001001010000011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26185A; }

 p { color: rgb(38,24,90); }

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

<style>
 a { background-color: #26185A; }

 a { background-color: rgb(38,24,90); }

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

<style>
 span { border-color: #26185A; }

 span { border-color: rgb(38,24,90); }

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