#152A40

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

Shades of Tangaroa #152A40

Tints of Tangaroa #152A40

Color information

#152A40 (or 0x152A40) is unknown color: approx Tangaroa. HEX triplet: 15, 2A and 40. RGB value is (21,42,64). Sum of RGB (Red+Green+Blue) = 21+42+64=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #152A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A40 is #EAD5BF. Grayscale: #262626. Windows color (decimal): -15390144 or 4205077. OLE color: 4205077.

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

Color convert

RGB214264-
CMYK0.670.3400.75
HSL210.7º50.59%16.67%-
HSV(B)210.7º67.19%25.1%-
XYZ2.062.195.16-
YUV38.23142.54115.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=16.54%
G=33.07%
B=50.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2142640.670.3400.75210.750.5916.67
Hex152A40432204Bd33311
Octal25521001034201133236321
Binary1010110101010000001000011100010010010111101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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