#14134B

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

Shades of Paua #14134B

Tints of Paua #14134B

Color information

#14134B (or 0x14134B) is unknown color: approx Paua. HEX triplet: 14, 13 and 4B. RGB value is (20,19,75). Sum of RGB (Red+Green+Blue) = 20+19+75=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #14134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14134B is #EBECB4. Grayscale: #191919. Windows color (decimal): -15461557 or 4920084. OLE color: 4920084.

HSL color Cylindrical-coordinate representation of color #14134B: hue angle of 241.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14134B is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB201975-
CMYK0.730.7500.71
HSL241.07º59.57%18.43%-
HSV(B)241.07º74.67%29.41%-
XYZ1.791.126.78-
YUV25.68155.83123.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=17.54%
G=16.67%
B=65.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2019750.730.7500.71241.0759.5718.43
Hex14134B494B047f13c12
Octal242311311111301073617422
Binary1010010011100101110010011001011010001111111000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14134B; }

 p { color: rgb(20,19,75); }

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

<style>
 a { background-color: #14134B; }

 a { background-color: rgb(20,19,75); }

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

<style>
 span { border-color: #14134B; }

 span { border-color: rgb(20,19,75); }

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