#11243E

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

Shades of Tangaroa #11243E

Tints of Tangaroa #11243E

Color information

#11243E (or 0x11243E) is unknown color: approx Tangaroa. HEX triplet: 11, 24 and 3E. RGB value is (17,36,62). Sum of RGB (Red+Green+Blue) = 17+36+62=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #11243E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11243E is #EEDBC1. Grayscale: #212121. Windows color (decimal): -15653826 or 4072465. OLE color: 4072465.

HSL color Cylindrical-coordinate representation of color #11243E: hue angle of 214.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11243E is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB173662-
CMYK0.730.4200.76
HSL214.67º56.96%15.49%-
HSV(B)214.67º72.58%24.31%-
XYZ1.731.734.8-
YUV33.28144.21116.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 62 (24.61% from 255) = 53.91%
R=14.78%
G=31.30%
B=53.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1736620.730.4200.76214.6756.9615.49
Hex11243E492A04Cd739f
Octal2144761115201143277117
Binary10001100100111110100100110101001001100110101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11243E; }

 p { color: rgb(17,36,62); }

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

<style>
 a { background-color: #11243E; }

 a { background-color: rgb(17,36,62); }

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

<style>
 span { border-color: #11243E; }

 span { border-color: rgb(17,36,62); }

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