#26195B

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

Shades of Paua #26195B

Tints of Paua #26195B

Color information

#26195B (or 0x26195B) is unknown color: approx Paua. HEX triplet: 26, 19 and 5B. RGB value is (38,25,91). Sum of RGB (Red+Green+Blue) = 38+25+91=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #26195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26195B is #D9E6A4. Grayscale: #242424. Windows color (decimal): -14280357 or 5970214. OLE color: 5970214.

HSL color Cylindrical-coordinate representation of color #26195B: hue angle of 251.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26195B is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382591-
CMYK0.580.7300.64
HSL251.82º56.9%22.75%-
HSV(B)251.82º72.53%35.69%-
XYZ3.041.8610.1-
YUV36.41158.81129.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=24.68%
G=16.23%
B=59.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3825910.580.7300.64251.8256.922.75
Hex26195B3A49040fc3917
Octal46311337211101003747127
Binary1001101100110110111110101001001010000001111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26195B; }

 p { color: rgb(38,25,91); }

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

<style>
 a { background-color: #26195B; }

 a { background-color: rgb(38,25,91); }

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

<style>
 span { border-color: #26195B; }

 span { border-color: rgb(38,25,91); }

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