#11283C

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

Shades of Tangaroa #11283C

Tints of Tangaroa #11283C

Color information

#11283C (or 0x11283C) is unknown color: approx Tangaroa. HEX triplet: 11, 28 and 3C. RGB value is (17,40,60). Sum of RGB (Red+Green+Blue) = 17+40+60=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #11283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11283C is #EED7C3. Grayscale: #232323. Windows color (decimal): -15652804 or 3942417. OLE color: 3942417.

HSL color Cylindrical-coordinate representation of color #11283C: hue angle of 207.91º 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 #11283C is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174060-
CMYK0.720.3300.76
HSL207.91º55.84%15.1%-
HSV(B)207.91º71.67%23.53%-
XYZ1.811.964.56-
YUV35.4141.88114.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=14.53%
G=34.19%
B=51.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1740600.720.3300.76207.9155.8415.1
Hex11283C482104Cd038f
Octal2150741104101143207017
Binary10001101000111100100100010000101001100110100001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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