#152D40

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

Shades of Tangaroa #152D40

Tints of Tangaroa #152D40

Color information

#152D40 (or 0x152D40) is unknown color: approx Tangaroa. HEX triplet: 15, 2D and 40. RGB value is (21,45,64). Sum of RGB (Red+Green+Blue) = 21+45+64=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #152D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D40 is #EAD2BF. Grayscale: #272727. Windows color (decimal): -15389376 or 4205845. OLE color: 4205845.

HSL color Cylindrical-coordinate representation of color #152D40: hue angle of 206.51º 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 #152D40 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214564-
CMYK0.670.3000.75
HSL206.51º50.59%16.67%-
HSV(B)206.51º67.19%25.1%-
XYZ2.172.415.2-
YUV39.99141.55114.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=16.15%
G=34.62%
B=49.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2145640.670.3000.75206.5150.5916.67
Hex152D40431E04Bcf3311
Octal25551001033601133176321
Binary101011011011000000100001111110010010111100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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