Html Css Color HEX #14094E Paua

📋 copy color: '#14094E'

red 20 ◦ green 9 ◦ blue 78

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

Shades of Paua #14094E

Tints of Paua #14094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 18.69%
G = 8.41%
B = 72.9%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14094E (or 0x14094E) is known color: Paua. HEX triplet: 14, 09 and 4E. RGB value is (20,9,78). Sum of RGB (Red+Green+Blue) = 20+9+78=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #14094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14094E is #EBF6B1. Grayscale: #131313. Windows color (decimal): -15464114 or 5114132. OLE color: 5114132.

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

Color convert

RGB 20 9 78 -
CMYK 0.74 0.88 0 0.69
HSL 249.57º 0.79% 0.17% -
HSV(B) 249.57º 0.88% 0.31% -
XYZ 1.76 0.89 7.29 -
YUV 20.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 20 9 78 0.74 0.88 0 0.69 249.57 0.79 0.17
Hex 14 9 4E 4A 58 0 45 FA 4F 11
Octal 24 11 116 112 130 0 105 372 117 21
Binary 10100 1001 1001110 1001010 1011000 0 1000101 11111010 1001111 10001

Color Harmonies of #14094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14094E

Black with #14094E

Text Example


Text Example

White with #14094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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