Html Css Color HEX #14084D Paua

📋 copy color: '#14084D'

red 20 ◦ green 8 ◦ blue 77

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

Shades of Paua #14084D

Tints of Paua #14084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 19.05%
G = 7.62%
B = 73.33%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14084D (or 0x14084D) is known color: Paua. HEX triplet: 14, 08 and 4D. RGB value is (20,8,77). Sum of RGB (Red+Green+Blue) = 20+8+77=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #14084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14084D is #EBF7B2. Grayscale: #131313. Windows color (decimal): -15464371 or 5048340. OLE color: 5048340.

HSL color Cylindrical-coordinate representation of color #14084D: hue angle of 250.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14084D is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 8 77 -
CMYK 0.74 0.90 0 0.70
HSL 250.43º 0.81% 0.17% -
HSV(B) 250.43º 0.9% 0.3% -
XYZ 1.71 0.86 7.1 -
YUV 19.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 20 8 77 0.74 0.90 0 0.70 250.43 0.81 0.17
Hex 14 8 4D 4A 5A 0 46 FA 51 11
Octal 24 10 115 112 132 0 106 372 121 21
Binary 10100 1000 1001101 1001010 1011010 0 1000110 11111010 1010001 10001

Color Harmonies of #14084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14084D

Black with #14084D

Text Example


Text Example

White with #14084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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