#150353

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

Shades of Paua #150353

Tints of Paua #150353

Color information

#150353 (or 0x150353) is unknown color: approx Paua. HEX triplet: 15, 03 and 53. RGB value is (21,3,83). Sum of RGB (Red+Green+Blue) = 21+3+83=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #150353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150353 is #EAFCAC. Grayscale: #111111. Windows color (decimal): -15400109 or 5440277. OLE color: 5440277.

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

Color convert

RGB21383-
CMYK0.750.9600.67
HSL253.5º93.02%16.86%-
HSV(B)253.5º96.39%32.55%-
XYZ1.90.858.25-
YUV17.5164.96130.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=19.63%
G=2.80%
B=77.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal213830.750.9600.67253.593.0216.86
Hex153534B60043fe5d11
Octal253123113140010337613521
Binary10101111010011100101111000000100001111111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150353; }

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

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

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

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

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

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

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

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