#11263A

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

Shades of Tangaroa #11263A

Tints of Tangaroa #11263A

Color information

#11263A (or 0x11263A) is unknown color: approx Tangaroa. HEX triplet: 11, 26 and 3A. RGB value is (17,38,58). Sum of RGB (Red+Green+Blue) = 17+38+58=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #11263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11263A is #EED9C5. Grayscale: #212121. Windows color (decimal): -15653318 or 3810833. OLE color: 3810833.

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

Color convert

RGB173858-
CMYK0.710.3400.77
HSL209.27º54.67%14.71%-
HSV(B)209.27º70.69%22.75%-
XYZ1.691.814.26-
YUV34141.54115.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=15.04%
G=33.63%
B=51.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1738580.710.3400.77209.2754.6714.71
Hex11263A472204Dd137f
Octal2146721074201153216717
Binary10001100110111010100011110001001001101110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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