Html Css Color HEX #14054E Paua

📋 copy color: '#14054E'

red 20 ◦ green 5 ◦ blue 78

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

Shades of Paua #14054E

Tints of Paua #14054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 19.42%
G = 4.85%
B = 75.73%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14054E (or 0x14054E) is known color: Paua. HEX triplet: 14, 05 and 4E. RGB value is (20,5,78). Sum of RGB (Red+Green+Blue) = 20+5+78=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #14054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14054E is #EBFAB1. Grayscale: #111111. Windows color (decimal): -15465138 or 5113108. OLE color: 5113108.

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

Color convert

RGB 20 5 78 -
CMYK 0.74 0.94 0 0.69
HSL 252.33º 0.88% 0.16% -
HSV(B) 252.33º 0.94% 0.31% -
XYZ 1.72 0.81 7.27 -
YUV 17.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 20 5 78 0.74 0.94 0 0.69 252.33 0.88 0.16
Hex 14 5 4E 4A 5E 0 45 FC 58 10
Octal 24 5 116 112 136 0 105 374 130 20
Binary 10100 101 1001110 1001010 1011110 0 1000101 11111100 1011000 10000

Color Harmonies of #14054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14054E

Black with #14054E

Text Example


Text Example

White with #14054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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