#150753

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

Shades of Paua #150753

Tints of Paua #150753

Color information

#150753 (or 0x150753) is unknown color: approx Paua. HEX triplet: 15, 07 and 53. RGB value is (21,7,83). Sum of RGB (Red+Green+Blue) = 21+7+83=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #150753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150753 is #EAF8AC. Grayscale: #131313. Windows color (decimal): -15399085 or 5441301. OLE color: 5441301.

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

Color convert

RGB21783-
CMYK0.750.9200.67
HSL251.05º84.44%17.65%-
HSV(B)251.05º91.57%32.55%-
XYZ1.950.948.26-
YUV19.85163.64128.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=18.92%
G=6.31%
B=74.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal217830.750.9200.67251.0584.4417.65
Hex157534B5C043fb5412
Octal257123113134010337312422
Binary101011111010011100101110111000100001111111011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150753; }

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

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

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

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

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

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

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

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