#14094C

Color #14094C Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #14094C

Tints of Paua #14094C

Color information

#14094C (or 0x14094C) is unknown color: approx Paua. HEX triplet: 14, 09 and 4C. RGB value is (20,9,76). Sum of RGB (Red+Green+Blue) = 20+9+76=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #14094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14094C is #EBF6B3. Grayscale: #131313. Windows color (decimal): -15464116 or 4983060. OLE color: 4983060.

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

Color convert

RGB20976-
CMYK0.740.8800.70
HSL249.85º78.82%16.67%-
HSV(B)249.85º88.16%29.8%-
XYZ1.690.876.92-
YUV19.93159.64128.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=19.05%
G=8.57%
B=72.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal209760.740.8800.70249.8578.8216.67
Hex1494C4A58046fa4f11
Octal2411114112130010637211721
Binary1010010011001100100101010110000100011011111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14094C;
 }
 .AnyTagClassName
 {
   color: #14094C;
 }
</style>
background-color css

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

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

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

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

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

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