#15253A

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

Shades of Tangaroa #15253A

Tints of Tangaroa #15253A

Color information

#15253A (or 0x15253A) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 3A. RGB value is (21,37,58). Sum of RGB (Red+Green+Blue) = 21+37+58=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #15253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15253A is #EADAC5. Grayscale: #222222. Windows color (decimal): -15391430 or 3810581. OLE color: 3810581.

HSL color Cylindrical-coordinate representation of color #15253A: hue angle of 214.05º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15253A is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB213758-
CMYK0.640.3600.77
HSL214.05º46.84%15.49%-
HSV(B)214.05º63.79%22.75%-
XYZ1.731.794.26-
YUV34.61141.2118.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 58 (23.05% from 255) = 50%
R=18.10%
G=31.90%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2137580.640.3600.77214.0546.8415.49
Hex15253A402404Dd62ff
Octal2545721004401153265717
Binary10101100101111010100000010010001001101110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15253A; }

 p { color: rgb(21,37,58); }

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

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

 a { background-color: rgb(21,37,58); }

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

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

 span { border-color: rgb(21,37,58); }

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