#15263B

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

Shades of Tangaroa #15263B

Tints of Tangaroa #15263B

Color information

#15263B (or 0x15263B) is unknown color: approx Tangaroa. HEX triplet: 15, 26 and 3B. RGB value is (21,38,59). Sum of RGB (Red+Green+Blue) = 21+38+59=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #15263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15263B is #EAD9C4. Grayscale: #232323. Windows color (decimal): -15391173 or 3876373. OLE color: 3876373.

HSL color Cylindrical-coordinate representation of color #15263B: hue angle of 213.16º 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 #15263B is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB213859-
CMYK0.640.3600.77
HSL213.16º47.5%15.69%-
HSV(B)213.16º64.41%23.14%-
XYZ1.791.864.4-
YUV35.31141.37117.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 59 (23.44% from 255) = 50%
R=17.80%
G=32.20%
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
Decimal2138590.640.3600.77213.1647.515.69
Hex15263B402404Dd53010
Octal2546731004401153256020
Binary101011001101110111000000100100010011011101010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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