#11283A

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

Shades of Tangaroa #11283A

Tints of Tangaroa #11283A

Color information

#11283A (or 0x11283A) is unknown color: approx Tangaroa. HEX triplet: 11, 28 and 3A. RGB value is (17,40,58). Sum of RGB (Red+Green+Blue) = 17+40+58=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #11283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11283A is #EED7C5. Grayscale: #232323. Windows color (decimal): -15652806 or 3811345. OLE color: 3811345.

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

Color convert

RGB174058-
CMYK0.710.3100.77
HSL206.34º54.67%14.71%-
HSV(B)206.34º70.69%22.75%-
XYZ1.751.944.29-
YUV35.17140.88115.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=14.78%
G=34.78%
B=50.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1740580.710.3100.77206.3454.6714.71
Hex11283A471F04Dce37f
Octal2150721073701153166717
Binary1000110100011101010001111111101001101110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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