#11293C

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

Shades of Tangaroa #11293C

Tints of Tangaroa #11293C

Color information

#11293C (or 0x11293C) is unknown color: approx Tangaroa. HEX triplet: 11, 29 and 3C. RGB value is (17,41,60). Sum of RGB (Red+Green+Blue) = 17+41+60=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #11293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293C is #EED6C3. Grayscale: #232323. Windows color (decimal): -15652548 or 3942673. OLE color: 3942673.

HSL color Cylindrical-coordinate representation of color #11293C: hue angle of 206.51º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11293C is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174160-
CMYK0.720.3200.76
HSL206.51º55.84%15.1%-
HSV(B)206.51º71.67%23.53%-
XYZ1.842.034.57-
YUV35.99141.55114.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=14.41%
G=34.75%
B=50.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1741600.720.3200.76206.5155.8415.1
Hex11293C482004Ccf38f
Octal2151741104001143177017
Binary10001101001111100100100010000001001100110011111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11293C; }

 p { color: rgb(17,41,60); }

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

<style>
 a { background-color: #11293C; }

 a { background-color: rgb(17,41,60); }

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

<style>
 span { border-color: #11293C; }

 span { border-color: rgb(17,41,60); }

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