#15103E

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

Shades of Paua #15103E

Tints of Paua #15103E

Color information

#15103E (or 0x15103E) is unknown color: approx Paua. HEX triplet: 15, 10 and 3E. RGB value is (21,16,62). Sum of RGB (Red+Green+Blue) = 21+16+62=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #15103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15103E is #EAEFC1. Grayscale: #161616. Windows color (decimal): -15396802 or 4067349. OLE color: 4067349.

HSL color Cylindrical-coordinate representation of color #15103E: hue angle of 246.52º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15103E is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB211662-
CMYK0.660.7400.76
HSL246.52º58.97%15.29%-
HSV(B)246.52º74.19%24.31%-
XYZ1.360.884.65-
YUV22.74150.16126.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 62 (24.61% from 255) = 62.63%
R=21.21%
G=16.16%
B=62.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2116620.660.7400.76246.5258.9715.29
Hex15103E424A04Cf73bf
Octal25207610211201143677317
Binary10101100001111101000010100101001001100111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15103E; }

 p { color: rgb(21,16,62); }

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

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

 a { background-color: rgb(21,16,62); }

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

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

 span { border-color: rgb(21,16,62); }

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