#140B52

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

Shades of Paua #140B52

Tints of Paua #140B52

Color information

#140B52 (or 0x140B52) is unknown color: approx Paua. HEX triplet: 14, 0B and 52. RGB value is (20,11,82). Sum of RGB (Red+Green+Blue) = 20+11+82=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #140B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B52 is #EBF4AD. Grayscale: #151515. Windows color (decimal): -15463598 or 5376788. OLE color: 5376788.

HSL color Cylindrical-coordinate representation of color #140B52: hue angle of 247.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140B52 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB201182-
CMYK0.760.8700.68
HSL247.61º76.34%18.24%-
HSV(B)247.61º86.59%32.16%-
XYZ1.9318.07-
YUV21.78161.98126.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 82 (32.42% from 255) = 72.57%
R=17.70%
G=9.73%
B=72.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2011820.760.8700.68247.6176.3418.24
Hex14B524C57044f84c12
Octal2413122114127010437011422
Binary1010010111010010100110010101110100010011111000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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