#152C43

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

Shades of Tangaroa #152C43

Tints of Tangaroa #152C43

Color information

#152C43 (or 0x152C43) is unknown color: approx Tangaroa. HEX triplet: 15, 2C and 43. RGB value is (21,44,67). Sum of RGB (Red+Green+Blue) = 21+44+67=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #152C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C43 is #EAD3BC. Grayscale: #272727. Windows color (decimal): -15389629 or 4402197. OLE color: 4402197.

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

Color convert

RGB214467-
CMYK0.690.3400.74
HSL210º52.27%17.25%-
HSV(B)210º68.66%26.27%-
XYZ2.222.375.65-
YUV39.74143.38114.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=15.91%
G=33.33%
B=50.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2144670.690.3400.7421052.2717.25
Hex152C43452204Ad23411
Octal25541031054201123226421
Binary1010110110010000111000101100010010010101101001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,67); }

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

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

 a { background-color: rgb(21,44,67); }

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

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

 span { border-color: rgb(21,44,67); }

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