#151448

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

Shades of Paua #151448

Tints of Paua #151448

Color information

#151448 (or 0x151448) is unknown color: approx Paua. HEX triplet: 15, 14 and 48. RGB value is (21,20,72). Sum of RGB (Red+Green+Blue) = 21+20+72=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #151448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151448 is #EAEBB7. Grayscale: #1A1A1A. Windows color (decimal): -15395768 or 4723733. OLE color: 4723733.

HSL color Cylindrical-coordinate representation of color #151448: hue angle of 241.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151448 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB212072-
CMYK0.710.7200.72
HSL241.15º56.52%18.04%-
HSV(B)241.15º72.22%28.24%-
XYZ1.731.136.26-
YUV26.23153.83124.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=18.58%
G=17.70%
B=63.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2120720.710.7200.72241.1556.5218.04
Hex1514484748048f13912
Octal252411010711001103617122
Binary1010110100100100010001111001000010010001111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151448; }

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

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

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

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

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

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

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

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