Html Css Color HEX #201E5D Paua

📋 copy color: '#201E5D'

red 32 ◦ green 30 ◦ blue 93

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

Shades of Paua #201E5D

Tints of Paua #201E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 93 (36.72% from 255) = 60%

R = 20.65%
G = 19.35%
B = 60%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#201E5D (or 0x201E5D) is known color: Paua. HEX triplet: 20, 1E and 5D. RGB value is (32,30,93). Sum of RGB (Red+Green+Blue) = 32+30+93=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #201E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E5D is #DFE1A2. Grayscale: #252525. Windows color (decimal): -14672291 or 6102560. OLE color: 6102560.

HSL color Cylindrical-coordinate representation of color #201E5D: hue angle of 241.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201E5D is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 30 93 -
CMYK 0.66 0.68 0 0.64
HSL 241.9º 0.51% 0.24% -
HSV(B) 241.9º 0.68% 0.36% -
XYZ 3.04 2.03 10.59 -
YUV 37.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 32 30 93 0.66 0.68 0 0.64 241.9 0.51 0.24
Hex 20 1E 5D 42 44 0 40 F2 33 18
Octal 40 36 135 102 104 0 100 362 63 30
Binary 100000 11110 1011101 1000010 1000100 0 1000000 11110010 110011 11000

Color Harmonies of #201E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E5D

Black with #201E5D

Text Example


Text Example

White with #201E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,93); }

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

background-color css

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

 a { background-color: rgb(32,30,93); }

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

border-color css

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

 span { border-color: rgb(32,30,93); }

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