#15263A

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

Shades of Tangaroa #15263A

Tints of Tangaroa #15263A

Color information

#15263A (or 0x15263A) is unknown color: approx Tangaroa. HEX triplet: 15, 26 and 3A. RGB value is (21,38,58). Sum of RGB (Red+Green+Blue) = 21+38+58=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #15263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15263A is #EAD9C5. Grayscale: #232323. Windows color (decimal): -15391174 or 3810837. OLE color: 3810837.

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

Color convert

RGB213858-
CMYK0.640.3400.77
HSL212.43º46.84%15.49%-
HSV(B)212.43º63.79%22.75%-
XYZ1.771.854.27-
YUV35.2140.87117.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=17.95%
G=32.48%
B=49.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2138580.640.3400.77212.4346.8415.49
Hex15263A402204Dd42ff
Octal2546721004201153245717
Binary10101100110111010100000010001001001101110101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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