#152939

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

Shades of Tangaroa #152939

Tints of Tangaroa #152939

Color information

#152939 (or 0x152939) is unknown color: approx Tangaroa. HEX triplet: 15, 29 and 39. RGB value is (21,41,57). Sum of RGB (Red+Green+Blue) = 21+41+57=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #152939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152939 is #EAD6C6. Grayscale: #242424. Windows color (decimal): -15390407 or 3746069. OLE color: 3746069.

HSL color Cylindrical-coordinate representation of color #152939: hue angle of 206.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152939 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB214157-
CMYK0.630.2800.78
HSL206.67º46.15%15.29%-
HSV(B)206.67º63.16%22.35%-
XYZ1.842.044.17-
YUV36.84139.37116.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=17.65%
G=34.45%
B=47.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2141570.630.2800.78206.6746.1515.29
Hex1529393F1C04Ecf2ef
Octal255171773401163175617
Binary101011010011110011111111110001001110110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152939; }

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

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

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

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

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

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

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

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