Html Css Color HEX #26195B Paua

📋 copy color: '#26195B'

red 38 ◦ green 25 ◦ blue 91

#26195B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #26195B

Tints of Paua #26195B

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 value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26195B (or 0x26195B) is known color: 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

RGB 38 25 91 -
CMYK 0.58 0.73 0 0.64
HSL 251.82º 0.57% 0.23% -
HSV(B) 251.82º 0.73% 0.36% -
XYZ 3.04 1.86 10.1 -
YUV 36.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 38 25 91 0.58 0.73 0 0.64 251.82 0.57 0.23
Hex 26 19 5B 3A 49 0 40 FC 39 17
Octal 46 31 133 72 111 0 100 374 71 27
Binary 100110 11001 1011011 111010 1001001 0 1000000 11111100 111001 10111

Color Harmonies of #26195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26195B

Black with #26195B

Text Example


Text Example

White with #26195B

Text Example


Text Example

HTML Codes & Css Web 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>