#151145

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

Shades of Paua #151145

Tints of Paua #151145

Color information

#151145 (or 0x151145) is unknown color: approx Paua. HEX triplet: 15, 11 and 45. RGB value is (21,17,69). Sum of RGB (Red+Green+Blue) = 21+17+69=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #151145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151145 is #EAEEBA. Grayscale: #171717. Windows color (decimal): -15396539 or 4526357. OLE color: 4526357.

HSL color Cylindrical-coordinate representation of color #151145: hue angle of 244.62º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151145 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB211769-
CMYK0.700.7500.73
HSL244.62º60.47%16.86%-
HSV(B)244.62º75.36%27.06%-
XYZ1.580.995.74-
YUV24.12153.33125.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 69 (27.34% from 255) = 64.49%
R=19.63%
G=15.89%
B=64.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2117690.700.7500.73244.6260.4716.86
Hex151145464B049f53c11
Octal252110510611301113657421
Binary1010110001100010110001101001011010010011111010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151145; }

 p { color: rgb(21,17,69); }

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

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

 a { background-color: rgb(21,17,69); }

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

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

 span { border-color: rgb(21,17,69); }

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