#140D41

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

Shades of Paua #140D41

Tints of Paua #140D41

Color information

#140D41 (or 0x140D41) is unknown color: approx Paua. HEX triplet: 14, 0D and 41. RGB value is (20,13,65). Sum of RGB (Red+Green+Blue) = 20+13+65=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #140D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D41 is #EBF2BE. Grayscale: #141414. Windows color (decimal): -15463103 or 4263188. OLE color: 4263188.

HSL color Cylindrical-coordinate representation of color #140D41: hue angle of 248.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140D41 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201365-
CMYK0.690.8000.75
HSL248.08º66.67%15.29%-
HSV(B)248.08º80%25.49%-
XYZ1.390.825.09-
YUV21.02152.82127.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 65 (25.78% from 255) = 66.33%
R=20.41%
G=13.27%
B=66.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2013650.690.8000.75248.0866.6715.29
Hex14D41455004Bf843f
Octal2415101105120011337010317
Binary101001101100000110001011010000010010111111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,13,65); }

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

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

 a { background-color: rgb(20,13,65); }

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

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

 span { border-color: rgb(20,13,65); }

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