#150948

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

Shades of Paua #150948

Tints of Paua #150948

Color information

#150948 (or 0x150948) is unknown color: approx Paua. HEX triplet: 15, 09 and 48. RGB value is (21,9,72). Sum of RGB (Red+Green+Blue) = 21+9+72=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #150948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150948 is #EAF6B7. Grayscale: #131313. Windows color (decimal): -15398584 or 4720917. OLE color: 4720917.

HSL color Cylindrical-coordinate representation of color #150948: hue angle of 251.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150948 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21972-
CMYK0.710.8800.72
HSL251.43º77.78%15.88%-
HSV(B)251.43º87.5%28.24%-
XYZ1.580.826.21-
YUV19.77157.48128.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 72 (28.52% from 255) = 70.59%
R=20.59%
G=8.82%
B=70.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal219720.710.8800.72251.4377.7815.88
Hex159484758048fb4e10
Octal2511110107130011037311620
Binary1010110011001000100011110110000100100011111011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150948; }

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

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

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

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

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

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

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

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