#15293A

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

Shades of Tangaroa #15293A

Tints of Tangaroa #15293A

Color information

#15293A (or 0x15293A) is unknown color: approx Tangaroa. HEX triplet: 15, 29 and 3A. RGB value is (21,41,58). Sum of RGB (Red+Green+Blue) = 21+41+58=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #15293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293A is #EAD6C5. Grayscale: #242424. Windows color (decimal): -15390406 or 3811605. OLE color: 3811605.

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

Color convert

RGB214158-
CMYK0.640.2900.77
HSL207.57º46.84%15.49%-
HSV(B)207.57º63.79%22.75%-
XYZ1.872.054.3-
YUV36.96139.87116.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=17.5%
G=34.17%
B=48.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2141580.640.2900.77207.5746.8415.49
Hex15293A401D04Dd02ff
Octal2551721003501153205717
Binary1010110100111101010000001110101001101110100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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