Html Css Color HEX #201B55 Paua

📋 copy color: '#201B55'

red 32 ◦ green 27 ◦ blue 85

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

Shades of Paua #201B55

Tints of Paua #201B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

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

R = 22.22%
G = 18.75%
B = 59.03%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201B55 (or 0x201B55) is known color: Paua. HEX triplet: 20, 1B and 55. RGB value is (32,27,85). Sum of RGB (Red+Green+Blue) = 32+27+85=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #201B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B55 is #DFE4AA. Grayscale: #222222. Windows color (decimal): -14673067 or 5577504. OLE color: 5577504.

HSL color Cylindrical-coordinate representation of color #201B55: hue angle of 245.17º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201B55 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 27 85 -
CMYK 0.62 0.68 0 0.67
HSL 245.17º 0.52% 0.22% -
HSV(B) 245.17º 0.68% 0.33% -
XYZ 2.63 1.75 8.79 -
YUV 35.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 32 27 85 0.62 0.68 0 0.67 245.17 0.52 0.22
Hex 20 1B 55 3E 44 0 43 F5 34 16
Octal 40 33 125 76 104 0 103 365 64 26
Binary 100000 11011 1010101 111110 1000100 0 1000011 11110101 110100 10110

Color Harmonies of #201B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B55

Black with #201B55

Text Example


Text Example

White with #201B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,85); }

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

background-color css

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

 a { background-color: rgb(32,27,85); }

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

border-color css

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

 span { border-color: rgb(32,27,85); }

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