Html Css Color HEX #14104C Paua

📋 copy color: '#14104C'

red 20 ◦ green 16 ◦ blue 76

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

Shades of Paua #14104C

Tints of Paua #14104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.86%

R = 17.86%
G = 14.29%
B = 67.86%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14104C (or 0x14104C) is known color: Paua. HEX triplet: 14, 10 and 4C. RGB value is (20,16,76). Sum of RGB (Red+Green+Blue) = 20+16+76=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #14104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14104C is #EBEFB3. Grayscale: #171717. Windows color (decimal): -15462324 or 4984852. OLE color: 4984852.

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

Color convert

RGB 20 16 76 -
CMYK 0.74 0.79 0 0.70
HSL 244º 0.65% 0.18% -
HSV(B) 244º 0.79% 0.3% -
XYZ 1.78 1.04 6.94 -
YUV 24.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 20 16 76 0.74 0.79 0 0.70 244 0.65 0.18
Hex 14 10 4C 4A 4F 0 46 F4 41 12
Octal 24 20 114 112 117 0 106 364 101 22
Binary 10100 10000 1001100 1001010 1001111 0 1000110 11110100 1000001 10010

Color Harmonies of #14104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14104C

Black with #14104C

Text Example


Text Example

White with #14104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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