#15253B

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

Shades of Tangaroa #15253B

Tints of Tangaroa #15253B

Color information

#15253B (or 0x15253B) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 3B. RGB value is (21,37,59). Sum of RGB (Red+Green+Blue) = 21+37+59=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #15253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15253B is #EADAC4. Grayscale: #222222. Windows color (decimal): -15391429 or 3876117. OLE color: 3876117.

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

Color convert

RGB213759-
CMYK0.640.3700.77
HSL214.74º47.5%15.69%-
HSV(B)214.74º64.41%23.14%-
XYZ1.761.84.39-
YUV34.72141.7118.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=17.95%
G=31.62%
B=50.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2137590.640.3700.77214.7447.515.69
Hex15253B402504Dd73010
Octal2545731004501153276020
Binary101011001011110111000000100101010011011101011111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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