Html Css Color HEX #201855 Paua

📋 copy color: '#201855'

red 32 ◦ green 24 ◦ blue 85

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

Shades of Paua #201855

Tints of Paua #201855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 22.7%
G = 17.02%
B = 60.28%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201855 (or 0x201855) is known color: Paua. HEX triplet: 20, 18 and 55. RGB value is (32,24,85). Sum of RGB (Red+Green+Blue) = 32+24+85=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #201855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201855 is #DFE7AA. Grayscale: #212121. Windows color (decimal): -14673835 or 5576736. OLE color: 5576736.

HSL color Cylindrical-coordinate representation of color #201855: hue angle of 247.87º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201855 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 24 85 -
CMYK 0.62 0.72 0 0.67
HSL 247.87º 0.56% 0.21% -
HSV(B) 247.87º 0.72% 0.33% -
XYZ 2.56 1.62 8.77 -
YUV 33.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 32 24 85 0.62 0.72 0 0.67 247.87 0.56 0.21
Hex 20 18 55 3E 48 0 43 F8 38 15
Octal 40 30 125 76 110 0 103 370 70 25
Binary 100000 11000 1010101 111110 1001000 0 1000011 11111000 111000 10101

Color Harmonies of #201855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201855

Black with #201855

Text Example


Text Example

White with #201855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201855; }

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

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

background-color css

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

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

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

border-color css

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

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

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