Html Css Color HEX #20144E Paua

📋 copy color: '#20144E'

red 32 ◦ green 20 ◦ blue 78

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

Shades of Paua #20144E

Tints of Paua #20144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

 BLUE value IS 78 (30.86% from 255) = 60%

R = 24.62%
G = 15.38%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20144E (or 0x20144E) is known color: Paua. HEX triplet: 20, 14 and 4E. RGB value is (32,20,78). Sum of RGB (Red+Green+Blue) = 32+20+78=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #20144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20144E is #DFEBB1. Grayscale: #1D1D1D. Windows color (decimal): -14674866 or 5116960. OLE color: 5116960.

HSL color Cylindrical-coordinate representation of color #20144E: hue angle of 252.41º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20144E is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 20 78 -
CMYK 0.59 0.74 0 0.69
HSL 252.41º 0.59% 0.19% -
HSV(B) 252.41º 0.74% 0.31% -
XYZ 2.22 1.36 7.35 -
YUV 30.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 32 20 78 0.59 0.74 0 0.69 252.41 0.59 0.19
Hex 20 14 4E 3B 4A 0 45 FC 3B 13
Octal 40 24 116 73 112 0 105 374 73 23
Binary 100000 10100 1001110 111011 1001010 0 1000101 11111100 111011 10011

Color Harmonies of #20144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20144E

Black with #20144E

Text Example


Text Example

White with #20144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20144E; }

 p { color: rgb(32,20,78); }

 H1.HeaderClassName
 {
   color: #20144E;
 }
 .AnyTagClassName
 {
   color: #20144E;
 }
</style>

background-color css

<style>
 a { background-color: #20144E; }

 a { background-color: rgb(32,20,78); }

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

border-color css

<style>
 span { border-color: #20144E; }

 span { border-color: rgb(32,20,78); }

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