#140F48

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

Shades of Paua #140F48

Tints of Paua #140F48

Color information

#140F48 (or 0x140F48) is unknown color: approx Paua. HEX triplet: 14, 0F and 48. RGB value is (20,15,72). Sum of RGB (Red+Green+Blue) = 20+15+72=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #140F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F48 is #EBF0B7. Grayscale: #161616. Windows color (decimal): -15462584 or 4722452. OLE color: 4722452.

HSL color Cylindrical-coordinate representation of color #140F48: hue angle of 245.26º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140F48 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB201572-
CMYK0.720.7900.72
HSL245.26º65.52%17.06%-
HSV(B)245.26º79.17%28.24%-
XYZ1.630.966.23-
YUV22.99155.66125.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=18.69%
G=14.02%
B=67.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2015720.720.7900.72245.2665.5217.06
Hex14F48484F048f54211
Octal2417110110117011036510221
Binary1010011111001000100100010011110100100011110101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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