#140B4B

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

Shades of Paua #140B4B

Tints of Paua #140B4B

Color information

#140B4B (or 0x140B4B) is unknown color: approx Paua. HEX triplet: 14, 0B and 4B. RGB value is (20,11,75). Sum of RGB (Red+Green+Blue) = 20+11+75=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #140B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B4B is #EBF4B4. Grayscale: #141414. Windows color (decimal): -15463605 or 4918036. OLE color: 4918036.

HSL color Cylindrical-coordinate representation of color #140B4B: hue angle of 248.44º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140B4B is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB201175-
CMYK0.730.8500.71
HSL248.44º74.42%16.86%-
HSV(B)248.44º85.33%29.41%-
XYZ1.680.96.74-
YUV20.99158.48127.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=18.87%
G=10.38%
B=70.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2011750.730.8500.71248.4474.4216.86
Hex14B4B4955047f84a11
Octal2413113111125010737011221
Binary1010010111001011100100110101010100011111111000100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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