Html Css Color HEX #261A55 Paua

📋 copy color: '#261A55'

red 38 ◦ green 26 ◦ blue 85

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

Shades of Paua #261A55

Tints of Paua #261A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 25.5%
G = 17.45%
B = 57.05%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#261A55 (or 0x261A55) is known color: Paua. HEX triplet: 26, 1A and 55. RGB value is (38,26,85). Sum of RGB (Red+Green+Blue) = 38+26+85=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #261A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A55 is #D9E5AA. Grayscale: #242424. Windows color (decimal): -14280107 or 5577254. OLE color: 5577254.

HSL color Cylindrical-coordinate representation of color #261A55: hue angle of 252.2º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261A55 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 26 85 -
CMYK 0.55 0.69 0 0.67
HSL 252.2º 0.53% 0.22% -
HSV(B) 252.2º 0.69% 0.33% -
XYZ 2.81 1.81 8.8 -
YUV 36.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 38 26 85 0.55 0.69 0 0.67 252.2 0.53 0.22
Hex 26 1A 55 37 45 0 43 FC 35 16
Octal 46 32 125 67 105 0 103 374 65 26
Binary 100110 11010 1010101 110111 1000101 0 1000011 11111100 110101 10110

Color Harmonies of #261A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261A55

Black with #261A55

Text Example


Text Example

White with #261A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261A55; }

 p { color: rgb(38,26,85); }

 H1.HeaderClassName
 {
   color: #261A55;
 }
 .AnyTagClassName
 {
   color: #261A55;
 }
</style>

background-color css

<style>
 a { background-color: #261A55; }

 a { background-color: rgb(38,26,85); }

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

border-color css

<style>
 span { border-color: #261A55; }

 span { border-color: rgb(38,26,85); }

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