#152E42

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

Shades of Tangaroa #152E42

Tints of Tangaroa #152E42

Color information

#152E42 (or 0x152E42) is unknown color: approx Tangaroa. HEX triplet: 15, 2E and 42. RGB value is (21,46,66). Sum of RGB (Red+Green+Blue) = 21+46+66=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #152E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E42 is #EAD1BD. Grayscale: #282828. Windows color (decimal): -15389118 or 4337173. OLE color: 4337173.

HSL color Cylindrical-coordinate representation of color #152E42: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152E42 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB214666-
CMYK0.680.3000.74
HSL206.67º51.72%17.06%-
HSV(B)206.67º68.18%25.88%-
XYZ2.272.515.52-
YUV40.8142.22113.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=15.79%
G=34.59%
B=49.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2146660.680.3000.74206.6751.7217.06
Hex152E42441E04Acf3411
Octal25561021043601123176421
Binary101011011101000010100010011110010010101100111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,46,66); }

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

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

 a { background-color: rgb(21,46,66); }

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

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

 span { border-color: rgb(21,46,66); }

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