#15184F

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

Shades of Paua #15184F

Tints of Paua #15184F

Color information

#15184F (or 0x15184F) is unknown color: approx Paua. HEX triplet: 15, 18 and 4F. RGB value is (21,24,79). Sum of RGB (Red+Green+Blue) = 21+24+79=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #15184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15184F is #EAE7B0. Grayscale: #1D1D1D. Windows color (decimal): -15394737 or 5183509. OLE color: 5183509.

HSL color Cylindrical-coordinate representation of color #15184F: hue angle of 236.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15184F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212479-
CMYK0.730.7000.69
HSL236.9º58%19.61%-
HSV(B)236.9º73.42%30.98%-
XYZ2.051.387.56-
YUV29.37156.01122.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=16.94%
G=19.35%
B=63.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2124790.730.7000.69236.95819.61
Hex15184F4946045ed3a14
Octal253011711110601053557224
Binary1010111000100111110010011000110010001011110110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15184F; }

 p { color: rgb(21,24,79); }

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

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

 a { background-color: rgb(21,24,79); }

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

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

 span { border-color: rgb(21,24,79); }

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