#150651

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

Shades of Paua #150651

Tints of Paua #150651

Color information

#150651 (or 0x150651) is unknown color: approx Paua. HEX triplet: 15, 06 and 51. RGB value is (21,6,81). Sum of RGB (Red+Green+Blue) = 21+6+81=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #150651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150651 is #EAF9AE. Grayscale: #121212. Windows color (decimal): -15399343 or 5309973. OLE color: 5309973.

HSL color Cylindrical-coordinate representation of color #150651: hue angle of 252º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150651 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21681-
CMYK0.740.9300.68
HSL252º86.21%17.06%-
HSV(B)252º92.59%31.76%-
XYZ1.860.887.86-
YUV19.04162.97129.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 81 (32.03% from 255) = 75%
R=19.44%
G=5.56%
B=75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal216810.740.9300.6825286.2117.06
Hex156514A5D044fc5611
Octal256121112135010437412621
Binary101011101010001100101010111010100010011111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150651; }

 p { color: rgb(21,6,81); }

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

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

 a { background-color: rgb(21,6,81); }

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

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

 span { border-color: rgb(21,6,81); }

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