Html Css Color HEX #201D5D Paua

📋 copy color: '#201D5D'

red 32 ◦ green 29 ◦ blue 93

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

Shades of Paua #201D5D

Tints of Paua #201D5D

RGB

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

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

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

R = 20.78%
G = 18.83%
B = 60.39%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#201D5D (or 0x201D5D) is known color: Paua. HEX triplet: 20, 1D and 5D. RGB value is (32,29,93). Sum of RGB (Red+Green+Blue) = 32+29+93=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #201D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D5D is #DFE2A2. Grayscale: #242424. Windows color (decimal): -14672547 or 6102304. OLE color: 6102304.

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

Color convert

RGB 32 29 93 -
CMYK 0.66 0.69 0 0.64
HSL 242.81º 0.52% 0.24% -
HSV(B) 242.81º 0.69% 0.36% -
XYZ 3.01 1.98 10.58 -
YUV 37.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 32 29 93 0.66 0.69 0 0.64 242.81 0.52 0.24
Hex 20 1D 5D 42 45 0 40 F3 34 18
Octal 40 35 135 102 105 0 100 363 64 30
Binary 100000 11101 1011101 1000010 1000101 0 1000000 11110011 110100 11000

Color Harmonies of #201D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D5D

Black with #201D5D

Text Example


Text Example

White with #201D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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