#15084B

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

Shades of Paua #15084B

Tints of Paua #15084B

Color information

#15084B (or 0x15084B) is unknown color: approx Paua. HEX triplet: 15, 08 and 4B. RGB value is (21,8,75). Sum of RGB (Red+Green+Blue) = 21+8+75=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #15084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15084B is #EAF7B4. Grayscale: #131313. Windows color (decimal): -15398837 or 4917269. OLE color: 4917269.

HSL color Cylindrical-coordinate representation of color #15084B: hue angle of 251.64º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15084B is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21875-
CMYK0.720.8900.71
HSL251.64º80.72%16.27%-
HSV(B)251.64º89.33%29.41%-
XYZ1.670.846.73-
YUV19.52159.31129.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=20.19%
G=7.69%
B=72.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal218750.720.8900.71251.6480.7216.27
Hex1584B4859047fc5110
Octal2510113110131010737412120
Binary1010110001001011100100010110010100011111111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15084B; }

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

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

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

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

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

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

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

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