Html Css Color HEX #26195A Paua

📋 copy color: '#26195A'

red 38 ◦ green 25 ◦ blue 90

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

Shades of Paua #26195A

Tints of Paua #26195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 24.84%
G = 16.34%
B = 58.82%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#26195A (or 0x26195A) is known color: Paua. HEX triplet: 26, 19 and 5A. RGB value is (38,25,90). Sum of RGB (Red+Green+Blue) = 38+25+90=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #26195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26195A is #D9E6A5. Grayscale: #242424. Windows color (decimal): -14280358 or 5904678. OLE color: 5904678.

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

Color convert

RGB 38 25 90 -
CMYK 0.58 0.72 0 0.65
HSL 252º 0.57% 0.23% -
HSV(B) 252º 0.72% 0.35% -
XYZ 2.99 1.85 9.87 -
YUV 36.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 38 25 90 0.58 0.72 0 0.65 252 0.57 0.23
Hex 26 19 5A 3A 48 0 41 FC 39 17
Octal 46 31 132 72 110 0 101 374 71 27
Binary 100110 11001 1011010 111010 1001000 0 1000001 11111100 111001 10111

Color Harmonies of #26195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26195A

Black with #26195A

Text Example


Text Example

White with #26195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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