#151853

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

Shades of Paua #151853

Tints of Paua #151853

Color information

#151853 (or 0x151853) is unknown color: approx Paua. HEX triplet: 15, 18 and 53. RGB value is (21,24,83). Sum of RGB (Red+Green+Blue) = 21+24+83=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #151853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151853 is #EAE7AC. Grayscale: #1D1D1D. Windows color (decimal): -15394733 or 5445653. OLE color: 5445653.

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

Color convert

RGB212483-
CMYK0.750.7100.67
HSL237.1º59.62%20.39%-
HSV(B)237.1º74.7%32.55%-
XYZ2.21.448.35-
YUV29.83158.01121.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=16.41%
G=18.75%
B=64.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2124830.750.7100.67237.159.6220.39
Hex1518534B47043ed3c14
Octal253012311310701033557424
Binary1010111000101001110010111000111010000111110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151853; }

 p { color: rgb(21,24,83); }

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

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

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

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

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

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

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