Html Css Color HEX #14104E Paua

📋 copy color: '#14104E'

red 20 ◦ green 16 ◦ blue 78

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

Shades of Paua #14104E

Tints of Paua #14104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 17.54%
G = 14.04%
B = 68.42%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14104E (or 0x14104E) is known color: Paua. HEX triplet: 14, 10 and 4E. RGB value is (20,16,78). Sum of RGB (Red+Green+Blue) = 20+16+78=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #14104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14104E is #EBEFB1. Grayscale: #181818. Windows color (decimal): -15462322 or 5115924. OLE color: 5115924.

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

Color convert

RGB 20 16 78 -
CMYK 0.74 0.79 0 0.69
HSL 243.87º 0.66% 0.18% -
HSV(B) 243.87º 0.79% 0.31% -
XYZ 1.85 1.07 7.32 -
YUV 24.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 20 16 78 0.74 0.79 0 0.69 243.87 0.66 0.18
Hex 14 10 4E 4A 4F 0 45 F4 42 12
Octal 24 20 116 112 117 0 105 364 102 22
Binary 10100 10000 1001110 1001010 1001111 0 1000101 11110100 1000010 10010

Color Harmonies of #14104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14104E

Black with #14104E

Text Example


Text Example

White with #14104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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