#150F4B

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

Shades of Paua #150F4B

Tints of Paua #150F4B

Color information

#150F4B (or 0x150F4B) is unknown color: approx Paua. HEX triplet: 15, 0F and 4B. RGB value is (21,15,75). Sum of RGB (Red+Green+Blue) = 21+15+75=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #150F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F4B is #EAF0B4. Grayscale: #171717. Windows color (decimal): -15397045 or 4919061. OLE color: 4919061.

HSL color Cylindrical-coordinate representation of color #150F4B: hue angle of 246º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #150F4B is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB211575-
CMYK0.720.8000.71
HSL246º66.67%17.65%-
HSV(B)246º80%29.41%-
XYZ1.751.016.76-
YUV23.63156.99126.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=18.92%
G=13.51%
B=67.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2115750.720.8000.7124666.6717.65
Hex15F4B4850047f64312
Octal2517113110120010736610322
Binary1010111111001011100100010100000100011111110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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