Html Css Color HEX #26195C Paua

📋 copy color: '#26195C'

red 38 ◦ green 25 ◦ blue 92

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

Shades of Paua #26195C

Tints of Paua #26195C

RGB

 RED value IS 38 (15.23% from 255) = 24.52%

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 24.52%
G = 16.13%
B = 59.35%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26195C (or 0x26195C) is known color: Paua. HEX triplet: 26, 19 and 5C. RGB value is (38,25,92). Sum of RGB (Red+Green+Blue) = 38+25+92=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #26195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26195C is #D9E6A3. Grayscale: #242424. Windows color (decimal): -14280356 or 6035750. OLE color: 6035750.

HSL color Cylindrical-coordinate representation of color #26195C: hue angle of 251.64º 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 #26195C is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 25 92 -
CMYK 0.59 0.73 0 0.64
HSL 251.64º 0.57% 0.23% -
HSV(B) 251.64º 0.73% 0.36% -
XYZ 3.08 1.88 10.33 -
YUV 36.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 38 25 92 0.59 0.73 0 0.64 251.64 0.57 0.23
Hex 26 19 5C 3B 49 0 40 FC 39 17
Octal 46 31 134 73 111 0 100 374 71 27
Binary 100110 11001 1011100 111011 1001001 0 1000000 11111100 111001 10111

Color Harmonies of #26195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26195C

Black with #26195C

Text Example


Text Example

White with #26195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26195C;
 }
 .AnyTagClassName
 {
   color: #26195C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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