Html Css Color HEX #201A50 Paua

📋 copy color: '#201A50'

red 32 ◦ green 26 ◦ blue 80

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

Shades of Paua #201A50

Tints of Paua #201A50

RGB

 RED value IS 32 (12.89% from 255) = 23.19%

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

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 23.19%
G = 18.84%
B = 57.97%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201A50 (or 0x201A50) is known color: Paua. HEX triplet: 20, 1A and 50. RGB value is (32,26,80). Sum of RGB (Red+Green+Blue) = 32+26+80=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #201A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A50 is #DFE5AF. Grayscale: #212121. Windows color (decimal): -14673328 or 5249568. OLE color: 5249568.

HSL color Cylindrical-coordinate representation of color #201A50: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201A50 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 26 80 -
CMYK 0.60 0.67 0 0.69
HSL 246.67º 0.51% 0.21% -
HSV(B) 246.67º 0.68% 0.31% -
XYZ 2.41 1.63 7.78 -
YUV 33.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 32 26 80 0.60 0.67 0 0.69 246.67 0.51 0.21
Hex 20 1A 50 3C 43 0 45 F7 33 15
Octal 40 32 120 74 103 0 105 367 63 25
Binary 100000 11010 1010000 111100 1000011 0 1000101 11110111 110011 10101

Color Harmonies of #201A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201A50

Black with #201A50

Text Example


Text Example

White with #201A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201A50; }

 p { color: rgb(32,26,80); }

 H1.HeaderClassName
 {
   color: #201A50;
 }
 .AnyTagClassName
 {
   color: #201A50;
 }
</style>

background-color css

<style>
 a { background-color: #201A50; }

 a { background-color: rgb(32,26,80); }

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

border-color css

<style>
 span { border-color: #201A50; }

 span { border-color: rgb(32,26,80); }

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