#26165B

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

Shades of Paua #26165B

Tints of Paua #26165B

Color information

#26165B (or 0x26165B) is unknown color: approx Paua. HEX triplet: 26, 16 and 5B. RGB value is (38,22,91). Sum of RGB (Red+Green+Blue) = 38+22+91=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #26165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165B is #D9E9A4. Grayscale: #222222. Windows color (decimal): -14281125 or 5969446. OLE color: 5969446.

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

Color convert

RGB382291-
CMYK0.580.7600.64
HSL253.91º61.06%22.16%-
HSV(B)253.91º75.82%35.69%-
XYZ2.971.7410.08-
YUV34.65159.8130.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=25.17%
G=14.57%
B=60.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3822910.580.7600.64253.9161.0622.16
Hex26165B3A4C040fe3d16
Octal46261337211401003767526
Binary1001101011010110111110101001100010000001111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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