#141750

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

Shades of Paua #141750

Tints of Paua #141750

Color information

#141750 (or 0x141750) is unknown color: approx Paua. HEX triplet: 14, 17 and 50. RGB value is (20,23,80). Sum of RGB (Red+Green+Blue) = 20+23+80=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #141750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141750 is #EBE8AF. Grayscale: #1C1C1C. Windows color (decimal): -15460528 or 5248788. OLE color: 5248788.

HSL color Cylindrical-coordinate representation of color #141750: hue angle of 237º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141750 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202380-
CMYK0.750.7100.69
HSL237º60%19.61%-
HSV(B)237º75%31.37%-
XYZ2.041.347.74-
YUV28.6157.01121.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=16.26%
G=18.70%
B=65.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2023800.750.7100.692376019.61
Hex1417504B47045ed3c14
Octal242712011310701053557424
Binary1010010111101000010010111000111010001011110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141750; }

 p { color: rgb(20,23,80); }

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

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

 a { background-color: rgb(20,23,80); }

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

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

 span { border-color: rgb(20,23,80); }

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