#152B39

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

Shades of Tangaroa #152B39

Tints of Tangaroa #152B39

Color information

#152B39 (or 0x152B39) is unknown color: approx Tangaroa. HEX triplet: 15, 2B and 39. RGB value is (21,43,57). Sum of RGB (Red+Green+Blue) = 21+43+57=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #152B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B39 is #EAD4C6. Grayscale: #252525. Windows color (decimal): -15389895 or 3746581. OLE color: 3746581.

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

Color convert

RGB214357-
CMYK0.630.2500.78
HSL203.33º46.15%15.29%-
HSV(B)203.33º63.16%22.35%-
XYZ1.912.184.19-
YUV38.02138.71115.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=17.36%
G=35.54%
B=47.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2143570.630.2500.78203.3346.1515.29
Hex152B393F1904Ecb2ef
Octal255371773101163135617
Binary101011010111110011111111100101001110110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152B39; }

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

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

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

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

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

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

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

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