#152539

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

Shades of Tangaroa #152539

Tints of Tangaroa #152539

Color information

#152539 (or 0x152539) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 39. RGB value is (21,37,57). Sum of RGB (Red+Green+Blue) = 21+37+57=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #152539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152539 is #EADAC6. Grayscale: #222222. Windows color (decimal): -15391431 or 3745045. OLE color: 3745045.

HSL color Cylindrical-coordinate representation of color #152539: hue angle of 213.33º 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 #152539 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB213757-
CMYK0.630.3500.78
HSL213.33º46.15%15.29%-
HSV(B)213.33º63.16%22.35%-
XYZ1.711.784.12-
YUV34.5140.7118.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=18.26%
G=32.17%
B=49.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2137570.630.3500.78213.3346.1515.29
Hex1525393F2304Ed52ef
Octal254571774301163255617
Binary1010110010111100111111110001101001110110101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152539; }

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

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

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

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

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

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

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

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