#150F41

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

Shades of Paua #150F41

Tints of Paua #150F41

Color information

#150F41 (or 0x150F41) is unknown color: approx Paua. HEX triplet: 15, 0F and 41. RGB value is (21,15,65). Sum of RGB (Red+Green+Blue) = 21+15+65=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #150F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F41 is #EAF0BE. Grayscale: #161616. Windows color (decimal): -15397055 or 4263701. OLE color: 4263701.

HSL color Cylindrical-coordinate representation of color #150F41: hue angle of 247.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150F41 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB211565-
CMYK0.680.7700.75
HSL247.2º62.5%15.69%-
HSV(B)247.2º76.92%25.49%-
XYZ1.430.885.1-
YUV22.49151.99126.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=20.79%
G=14.85%
B=64.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2115650.680.7700.75247.262.515.69
Hex15F41444D04Bf73e10
Octal251710110411501133677620
Binary101011111100000110001001001101010010111111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150F41; }

 p { color: rgb(21,15,65); }

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

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

 a { background-color: rgb(21,15,65); }

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

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

 span { border-color: rgb(21,15,65); }

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