#151753

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

Shades of Paua #151753

Tints of Paua #151753

Color information

#151753 (or 0x151753) is unknown color: approx Paua. HEX triplet: 15, 17 and 53. RGB value is (21,23,83). Sum of RGB (Red+Green+Blue) = 21+23+83=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #151753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151753 is #EAE8AC. Grayscale: #1D1D1D. Windows color (decimal): -15394989 or 5445397. OLE color: 5445397.

HSL color Cylindrical-coordinate representation of color #151753: hue angle of 238.06º 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 #151753 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB212383-
CMYK0.750.7200.67
HSL238.06º59.62%20.39%-
HSV(B)238.06º74.7%32.55%-
XYZ2.181.48.34-
YUV29.24158.34122.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=16.54%
G=18.11%
B=65.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2123830.750.7200.67238.0659.6220.39
Hex1517534B48043ee3c14
Octal252712311311001033567424
Binary1010110111101001110010111001000010000111110111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151753; }

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

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

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

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

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

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

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

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