#140F50

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

Shades of Paua #140F50

Tints of Paua #140F50

Color information

#140F50 (or 0x140F50) is unknown color: approx Paua. HEX triplet: 14, 0F and 50. RGB value is (20,15,80). Sum of RGB (Red+Green+Blue) = 20+15+80=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #140F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F50 is #EBF0AF. Grayscale: #171717. Windows color (decimal): -15462576 or 5246740. OLE color: 5246740.

HSL color Cylindrical-coordinate representation of color #140F50: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140F50 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB201580-
CMYK0.750.8100.69
HSL244.62º68.42%18.63%-
HSV(B)244.62º81.25%31.37%-
XYZ1.911.077.7-
YUV23.9159.66125.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 80 (31.64% from 255) = 69.57%
R=17.39%
G=13.04%
B=69.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2015800.750.8100.69244.6268.4218.63
Hex14F504B51045f54413
Octal2417120113121010536510423
Binary1010011111010000100101110100010100010111110101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F50; }

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

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

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

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

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

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

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

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