#15154F

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

Shades of Paua #15154F

Tints of Paua #15154F

Color information

#15154F (or 0x15154F) is unknown color: approx Paua. HEX triplet: 15, 15 and 4F. RGB value is (21,21,79). Sum of RGB (Red+Green+Blue) = 21+21+79=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #15154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15154F is #EAEAB0. Grayscale: #1B1B1B. Windows color (decimal): -15395505 or 5182741. OLE color: 5182741.

HSL color Cylindrical-coordinate representation of color #15154F: hue angle of 240º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15154F is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212179-
CMYK0.730.7300.69
HSL240º58%19.61%-
HSV(B)240º73.42%30.98%-
XYZ1.991.267.54-
YUV27.61157123.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=17.36%
G=17.36%
B=65.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2121790.730.7300.692405819.61
Hex15154F4949045f03a14
Octal252511711111101053607224
Binary1010110101100111110010011001001010001011111000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15154F; }

 p { color: rgb(21,21,79); }

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

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

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

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

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

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

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