#150953

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

Shades of Paua #150953

Tints of Paua #150953

Color information

#150953 (or 0x150953) is unknown color: approx Paua. HEX triplet: 15, 09 and 53. RGB value is (21,9,83). Sum of RGB (Red+Green+Blue) = 21+9+83=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #150953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150953 is #EAF6AC. Grayscale: #141414. Windows color (decimal): -15398573 or 5441813. OLE color: 5441813.

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

Color convert

RGB21983-
CMYK0.750.8900.67
HSL249.73º80.43%18.04%-
HSV(B)249.73º89.16%32.55%-
XYZ1.970.988.27-
YUV21.02162.98127.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=18.58%
G=7.96%
B=73.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal219830.750.8900.67249.7380.4318.04
Hex159534B59043fa5012
Octal2511123113131010337212022
Binary1010110011010011100101110110010100001111111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150953; }

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

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

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

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

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

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

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

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