#151754

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

Shades of Paua #151754

Tints of Paua #151754

Color information

#151754 (or 0x151754) is unknown color: approx Paua. HEX triplet: 15, 17 and 54. RGB value is (21,23,84). Sum of RGB (Red+Green+Blue) = 21+23+84=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #151754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151754 is #EAE8AB. Grayscale: #1D1D1D. Windows color (decimal): -15394988 or 5510933. OLE color: 5510933.

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

Color convert

RGB212384-
CMYK0.750.7300.67
HSL238.1º60%20.59%-
HSV(B)238.1º75%32.94%-
XYZ2.221.418.54-
YUV29.36158.84122.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=16.41%
G=17.97%
B=65.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2123840.750.7300.67238.16020.59
Hex1517544B49043ee3c15
Octal252712411311101033567425
Binary1010110111101010010010111001001010000111110111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151754; }

 p { color: rgb(21,23,84); }

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

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

 a { background-color: rgb(21,23,84); }

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

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

 span { border-color: rgb(21,23,84); }

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