Html Css Color HEX #14154E Paua

📋 copy color: '#14154E'

red 20 ◦ green 21 ◦ blue 78

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

Shades of Paua #14154E

Tints of Paua #14154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 16.81%
G = 17.65%
B = 65.55%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14154E (or 0x14154E) is known color: Paua. HEX triplet: 14, 15 and 4E. RGB value is (20,21,78). Sum of RGB (Red+Green+Blue) = 20+21+78=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #14154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14154E is #EBEAB1. Grayscale: #1A1A1A. Windows color (decimal): -15461042 or 5117204. OLE color: 5117204.

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

Color convert

RGB 20 21 78 -
CMYK 0.74 0.73 0 0.69
HSL 238.97º 0.59% 0.19% -
HSV(B) 238.97º 0.74% 0.31% -
XYZ 1.93 1.24 7.34 -
YUV 27.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 20 21 78 0.74 0.73 0 0.69 238.97 0.59 0.19
Hex 14 15 4E 4A 49 0 45 EF 3B 13
Octal 24 25 116 112 111 0 105 357 73 23
Binary 10100 10101 1001110 1001010 1001001 0 1000101 11101111 111011 10011

Color Harmonies of #14154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14154E

Black with #14154E

Text Example


Text Example

White with #14154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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