Html Css Color HEX #20154C Paua

📋 copy color: '#20154C'

red 32 ◦ green 21 ◦ blue 76

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

Shades of Paua #20154C

Tints of Paua #20154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 24.81%
G = 16.28%
B = 58.91%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20154C (or 0x20154C) is known color: Paua. HEX triplet: 20, 15 and 4C. RGB value is (32,21,76). Sum of RGB (Red+Green+Blue) = 32+21+76=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #20154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20154C is #DFEAB3. Grayscale: #1E1E1E. Windows color (decimal): -14674612 or 4986144. OLE color: 4986144.

HSL color Cylindrical-coordinate representation of color #20154C: hue angle of 252º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20154C is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 21 76 -
CMYK 0.58 0.72 0 0.70
HSL 252º 0.57% 0.19% -
HSV(B) 252º 0.72% 0.3% -
XYZ 2.17 1.37 6.99 -
YUV 30.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 32 21 76 0.58 0.72 0 0.70 252 0.57 0.19
Hex 20 15 4C 3A 48 0 46 FC 39 13
Octal 40 25 114 72 110 0 106 374 71 23
Binary 100000 10101 1001100 111010 1001000 0 1000110 11111100 111001 10011

Color Harmonies of #20154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20154C

Black with #20154C

Text Example


Text Example

White with #20154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20154C; }

 p { color: rgb(32,21,76); }

 H1.HeaderClassName
 {
   color: #20154C;
 }
 .AnyTagClassName
 {
   color: #20154C;
 }
</style>

background-color css

<style>
 a { background-color: #20154C; }

 a { background-color: rgb(32,21,76); }

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

border-color css

<style>
 span { border-color: #20154C; }

 span { border-color: rgb(32,21,76); }

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