#152940

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

Shades of Tangaroa #152940

Tints of Tangaroa #152940

Color information

#152940 (or 0x152940) is unknown color: approx Tangaroa. HEX triplet: 15, 29 and 40. RGB value is (21,41,64). Sum of RGB (Red+Green+Blue) = 21+41+64=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #152940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152940 is #EAD6BF. Grayscale: #252525. Windows color (decimal): -15390400 or 4204821. OLE color: 4204821.

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

Color convert

RGB214164-
CMYK0.670.3600.75
HSL212.09º50.59%16.67%-
HSV(B)212.09º67.19%25.1%-
XYZ2.032.125.15-
YUV37.64142.87116.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=16.67%
G=32.54%
B=50.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2141640.670.3600.75212.0950.5916.67
Hex152940432404Bd43311
Octal25511001034401133246321
Binary1010110100110000001000011100100010010111101010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152940; }

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

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

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

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

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

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

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

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