Html Css Color HEX #14114D Paua

📋 copy color: '#14114D'

red 20 ◦ green 17 ◦ blue 77

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

Shades of Paua #14114D

Tints of Paua #14114D

RGB

 RED value IS 20 (8.2% from 255) = 17.54%

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 17.54%
G = 14.91%
B = 67.54%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14114D (or 0x14114D) is known color: Paua. HEX triplet: 14, 11 and 4D. RGB value is (20,17,77). Sum of RGB (Red+Green+Blue) = 20+17+77=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #14114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14114D is #EBEEB2. Grayscale: #181818. Windows color (decimal): -15462067 or 5050644. OLE color: 5050644.

HSL color Cylindrical-coordinate representation of color #14114D: hue angle of 243º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14114D is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 17 77 -
CMYK 0.74 0.78 0 0.70
HSL 243º 0.64% 0.18% -
HSV(B) 243º 0.78% 0.3% -
XYZ 1.83 1.09 7.13 -
YUV 24.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 20 17 77 0.74 0.78 0 0.70 243 0.64 0.18
Hex 14 11 4D 4A 4E 0 46 F3 40 12
Octal 24 21 115 112 116 0 106 363 100 22
Binary 10100 10001 1001101 1001010 1001110 0 1000110 11110011 1000000 10010

Color Harmonies of #14114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14114D

Black with #14114D

Text Example


Text Example

White with #14114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,17,77); }

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

background-color css

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

 a { background-color: rgb(20,17,77); }

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

border-color css

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

 span { border-color: rgb(20,17,77); }

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