Html Css Color HEX #14134D Paua

📋 copy color: '#14134D'

red 20 ◦ green 19 ◦ blue 77

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

Shades of Paua #14134D

Tints of Paua #14134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 17.24%
G = 16.38%
B = 66.38%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14134D (or 0x14134D) is known color: Paua. HEX triplet: 14, 13 and 4D. RGB value is (20,19,77). Sum of RGB (Red+Green+Blue) = 20+19+77=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #14134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14134D is #EBECB2. Grayscale: #191919. Windows color (decimal): -15461555 or 5051156. OLE color: 5051156.

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

Color convert

RGB 20 19 77 -
CMYK 0.74 0.75 0 0.70
HSL 241.03º 0.6% 0.19% -
HSV(B) 241.03º 0.75% 0.3% -
XYZ 1.86 1.15 7.15 -
YUV 25.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 20 19 77 0.74 0.75 0 0.70 241.03 0.6 0.19
Hex 14 13 4D 4A 4B 0 46 F1 3C 13
Octal 24 23 115 112 113 0 106 361 74 23
Binary 10100 10011 1001101 1001010 1001011 0 1000110 11110001 111100 10011

Color Harmonies of #14134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14134D

Black with #14134D

Text Example


Text Example

White with #14134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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