Html Css Color HEX #201D5E Paua

📋 copy color: '#201D5E'

red 32 ◦ green 29 ◦ blue 94

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

Shades of Paua #201D5E

Tints of Paua #201D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 20.65%
G = 18.71%
B = 60.65%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#201D5E (or 0x201D5E) is known color: Paua. HEX triplet: 20, 1D and 5E. RGB value is (32,29,94). Sum of RGB (Red+Green+Blue) = 32+29+94=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #201D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D5E is #DFE2A1. Grayscale: #252525. Windows color (decimal): -14672546 or 6167840. OLE color: 6167840.

HSL color Cylindrical-coordinate representation of color #201D5E: hue angle of 242.77º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201D5E is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 29 94 -
CMYK 0.66 0.69 0 0.63
HSL 242.77º 0.53% 0.24% -
HSV(B) 242.77º 0.69% 0.37% -
XYZ 3.06 1.99 10.81 -
YUV 37.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 32 29 94 0.66 0.69 0 0.63 242.77 0.53 0.24
Hex 20 1D 5E 42 45 0 3F F3 35 18
Octal 40 35 136 102 105 0 77 363 65 30
Binary 100000 11101 1011110 1000010 1000101 0 111111 11110011 110101 11000

Color Harmonies of #201D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D5E

Black with #201D5E

Text Example


Text Example

White with #201D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,29,94); }

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

background-color css

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

 a { background-color: rgb(32,29,94); }

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

border-color css

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

 span { border-color: rgb(32,29,94); }

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