Html Css Color HEX #201F5D Paua

📋 copy color: '#201F5D'

red 32 ◦ green 31 ◦ blue 93

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

Shades of Paua #201F5D

Tints of Paua #201F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

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

R = 20.51%
G = 19.87%
B = 59.62%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#201F5D (or 0x201F5D) is known color: Paua. HEX triplet: 20, 1F and 5D. RGB value is (32,31,93). Sum of RGB (Red+Green+Blue) = 32+31+93=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #201F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F5D is #DFE0A2. Grayscale: #262626. Windows color (decimal): -14672035 or 6102816. OLE color: 6102816.

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

Color convert

RGB 32 31 93 -
CMYK 0.66 0.67 0 0.64
HSL 240.97º 0.5% 0.24% -
HSV(B) 240.97º 0.67% 0.36% -
XYZ 3.06 2.08 10.6 -
YUV 38.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 32 31 93 0.66 0.67 0 0.64 240.97 0.5 0.24
Hex 20 1F 5D 42 43 0 40 F1 32 18
Octal 40 37 135 102 103 0 100 361 62 30
Binary 100000 11111 1011101 1000010 1000011 0 1000000 11110001 110010 11000

Color Harmonies of #201F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F5D

Black with #201F5D

Text Example


Text Example

White with #201F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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