#15293B

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

Shades of Tangaroa #15293B

Tints of Tangaroa #15293B

Color information

#15293B (or 0x15293B) is unknown color: approx Tangaroa. HEX triplet: 15, 29 and 3B. RGB value is (21,41,59). Sum of RGB (Red+Green+Blue) = 21+41+59=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #15293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293B is #EAD6C4. Grayscale: #242424. Windows color (decimal): -15390405 or 3877141. OLE color: 3877141.

HSL color Cylindrical-coordinate representation of color #15293B: hue angle of 208.42º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15293B is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214159-
CMYK0.640.3100.77
HSL208.42º47.5%15.69%-
HSV(B)208.42º64.41%23.14%-
XYZ1.892.064.44-
YUV37.07140.37116.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=17.36%
G=33.88%
B=48.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2141590.640.3100.77208.4247.515.69
Hex15293B401F04Dd03010
Octal2551731003701153206020
Binary10101101001111011100000011111010011011101000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,41,59); }

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

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

 a { background-color: rgb(21,41,59); }

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

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

 span { border-color: rgb(21,41,59); }

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