#152D41

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

Shades of Tangaroa #152D41

Tints of Tangaroa #152D41

Color information

#152D41 (or 0x152D41) is unknown color: approx Tangaroa. HEX triplet: 15, 2D and 41. RGB value is (21,45,65). Sum of RGB (Red+Green+Blue) = 21+45+65=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #152D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D41 is #EAD2BE. Grayscale: #272727. Windows color (decimal): -15389375 or 4271381. OLE color: 4271381.

HSL color Cylindrical-coordinate representation of color #152D41: hue angle of 207.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152D41 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214565-
CMYK0.680.3100.75
HSL207.27º51.16%16.86%-
HSV(B)207.27º67.69%25.49%-
XYZ2.22.425.35-
YUV40.1142.05114.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=16.03%
G=34.35%
B=49.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2145650.680.3100.75207.2751.1616.86
Hex152D41441F04Bcf3311
Octal25551011043701133176321
Binary101011011011000001100010011111010010111100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,65); }

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

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

 a { background-color: rgb(21,45,65); }

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

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

 span { border-color: rgb(21,45,65); }

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