#151451

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

Shades of Paua #151451

Tints of Paua #151451

Color information

#151451 (or 0x151451) is unknown color: approx Paua. HEX triplet: 15, 14 and 51. RGB value is (21,20,81). Sum of RGB (Red+Green+Blue) = 21+20+81=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #151451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151451 is #EAEBAE. Grayscale: #1B1B1B. Windows color (decimal): -15395759 or 5313557. OLE color: 5313557.

HSL color Cylindrical-coordinate representation of color #151451: hue angle of 240.98º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151451 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212081-
CMYK0.740.7500.68
HSL240.98º60.4%19.8%-
HSV(B)240.98º75.31%31.76%-
XYZ2.041.257.92-
YUV27.25158.33123.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=17.21%
G=16.39%
B=66.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2120810.740.7500.68240.9860.419.8
Hex1514514A4B044f13c14
Octal252412111211301043617424
Binary1010110100101000110010101001011010001001111000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151451; }

 p { color: rgb(21,20,81); }

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

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

 a { background-color: rgb(21,20,81); }

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

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

 span { border-color: rgb(21,20,81); }

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