Html Css Color HEX #20125D Paua

📋 copy color: '#20125D'

red 32 ◦ green 18 ◦ blue 93

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

Shades of Paua #20125D

Tints of Paua #20125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 22.38%
G = 12.59%
B = 65.03%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20125D (or 0x20125D) is known color: Paua. HEX triplet: 20, 12 and 5D. RGB value is (32,18,93). Sum of RGB (Red+Green+Blue) = 32+18+93=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #20125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20125D is #DFEDA2. Grayscale: #1E1E1E. Windows color (decimal): -14675363 or 6099488. OLE color: 6099488.

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

Color convert

RGB 32 18 93 -
CMYK 0.66 0.81 0 0.64
HSL 251.2º 0.68% 0.22% -
HSV(B) 251.2º 0.81% 0.36% -
XYZ 2.79 1.53 10.5 -
YUV 30.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 32 18 93 0.66 0.81 0 0.64 251.2 0.68 0.22
Hex 20 12 5D 42 51 0 40 FB 44 16
Octal 40 22 135 102 121 0 100 373 104 26
Binary 100000 10010 1011101 1000010 1010001 0 1000000 11111011 1000100 10110

Color Harmonies of #20125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20125D

Black with #20125D

Text Example


Text Example

White with #20125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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