#11233D

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

Shades of Tangaroa #11233D

Tints of Tangaroa #11233D

Color information

#11233D (or 0x11233D) is unknown color: approx Tangaroa. HEX triplet: 11, 23 and 3D. RGB value is (17,35,61). Sum of RGB (Red+Green+Blue) = 17+35+61=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #11233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11233D is #EEDCC2. Grayscale: #202020. Windows color (decimal): -15654083 or 4006673. OLE color: 4006673.

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

Color convert

RGB173561-
CMYK0.720.4300.76
HSL215.45º56.41%15.29%-
HSV(B)215.45º72.13%23.92%-
XYZ1.671.664.65-
YUV32.58144.04116.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=15.04%
G=30.97%
B=53.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1735610.720.4300.76215.4556.4115.29
Hex11233D482B04Cd738f
Octal2143751105301143277017
Binary10001100011111101100100010101101001100110101111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11233D; }

 p { color: rgb(17,35,61); }

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

<style>
 a { background-color: #11233D; }

 a { background-color: rgb(17,35,61); }

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

<style>
 span { border-color: #11233D; }

 span { border-color: rgb(17,35,61); }

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